V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Types | |
typedef v8::CpuProfilingMode | ProfilingMode |
Public Member Functions | |
CpuProfile (CpuProfiler *profiler, const char *title, bool record_samples, ProfilingMode mode) | |
void | AddPath (base::TimeTicks timestamp, const ProfileStackTrace &path, int src_line, bool update_stats) |
void | FinishProfile () |
const char * | title () const |
const ProfileTree * | top_down () const |
int | samples_count () const |
ProfileNode * | sample (int index) const |
base::TimeTicks | sample_timestamp (int index) const |
base::TimeTicks | start_time () const |
base::TimeTicks | end_time () const |
CpuProfiler * | cpu_profiler () const |
void | UpdateTicksScale () |
void | Print () |
Definition at line 317 of file profile-generator.h.