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

Public Types

typedef v8::CpuProfilingMode ProfilingMode
 

Public Member Functions

 CpuProfilesCollection (Isolate *isolate)
 
void set_cpu_profiler (CpuProfiler *profiler)
 
bool StartProfiling (const char *title, bool record_samples, ProfilingMode mode=ProfilingMode::kLeafNodeLineNumbers)
 
CpuProfileStopProfiling (const char *title)
 
std::vector< std::unique_ptr< CpuProfile > > * profiles ()
 
const charGetName (Name name)
 
bool IsLastProfile (const char *title)
 
void RemoveProfile (CpuProfile *profile)
 
void AddPathToCurrentProfiles (base::TimeTicks timestamp, const ProfileStackTrace &path, int src_line, bool update_stats)
 

Static Public Attributes

static const int kMaxSimultaneousProfiles = 100
 

Detailed Description

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


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