![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
#include <v8-profiler.h>
Public Member Functions | |
| Local< String > | GetTitle () const |
| const CpuProfileNode * | GetTopDownRoot () const |
| int | GetSamplesCount () const |
| const CpuProfileNode * | GetSample (int index) const |
| int64_t | GetSampleTimestamp (int index) const |
| int64_t | GetStartTime () const |
| int64_t | GetEndTime () const |
| void | Delete () |
CpuProfile contains a CPU profile in a form of top-down call tree (from main() down to functions that do all the work).
Definition at line 215 of file v8-profiler.h.
| void v8::CpuProfile::Delete | ( | ) |
Deletes the profile and removes it from CpuProfiler's list. All pointers to nodes previously returned become invalid.
| int64_t v8::CpuProfile::GetEndTime | ( | ) | const |
| const CpuProfileNode * v8::CpuProfile::GetSample | ( | int | index | ) | const |
| int v8::CpuProfile::GetSamplesCount | ( | ) | const |
| int64_t v8::CpuProfile::GetStartTime | ( | ) | const |
| const CpuProfileNode * v8::CpuProfile::GetTopDownRoot | ( | ) | const |