|
typedef v8::CpuProfilingMode | ProfilingMode |
|
|
| CpuProfilesCollection (Isolate *isolate) |
|
void | set_cpu_profiler (CpuProfiler *profiler) |
|
bool | StartProfiling (const char *title, bool record_samples, ProfilingMode mode=ProfilingMode::kLeafNodeLineNumbers) |
|
CpuProfile * | StopProfiling (const char *title) |
|
std::vector< std::unique_ptr< CpuProfile > > * | profiles () |
|
const char * | GetName (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 const int | kMaxSimultaneousProfiles = 100 |
|
Definition at line 402 of file profile-generator.h.
The documentation for this class was generated from the following files: