V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::CpuProfile Class Reference

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 chartitle () const
 
const ProfileTreetop_down () const
 
int samples_count () const
 
ProfileNodesample (int index) const
 
base::TimeTicks sample_timestamp (int index) const
 
base::TimeTicks start_time () const
 
base::TimeTicks end_time () const
 
CpuProfilercpu_profiler () const
 
void UpdateTicksScale ()
 
void Print ()
 

Detailed Description

Definition at line 317 of file profile-generator.h.


The documentation for this class was generated from the following files: