bn.getPerformance
▸ getPerformance(): Performance
Gets the performance information
example
const performance = bn.getPerformance()
const entries = performance.getEntries()
console.log(entries)
Returns
Performance
performance
Interface: Performance
| Name | Type | Description |
|---|---|---|
| getEntries | (): Entry[] | Get all current performance information. |
getEntries
▸ getEntries(): Entry[]
Get all current performance information.
Returns
Entry[]
Inherited from
EntryList.getEntries