IProfile
Index
Properties
Properties
readonlyendTime
Profiling end timestamp in microseconds.
readonlynodes
The list of profile nodes. First item is the root node.
readonlysamples
Ids of samples top nodes.
readonlystartTime
Profiling start timestamp in microseconds.
readonlytimeDeltas
Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime.
Follows Chrome DevTools cpuprofile format. See Chrome DevTools protocol docs for more details.
In order to analyze resulting Profile - serialize this class as JSON and put to a .cpuprofile file. It will be available to use in DevTools on “Performance” tab, or in Visual Studio Code.
Example