Preview 2.0 is now in Public Beta!
Read the Announcement
Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
TimerInfo
interface TimerInfo {
  count: number;
  totalTime: number;
}
Contains contains utility methods for profiling. All methods in this module are experimental and may be changed in a non-major version.

Summary

Properties

count
totalTime

Properties

count

totalTime

totalTime: number