HomeSort by relevance Sort by last modified time
    Searched defs:CpuProfilesCollection (Results 1 - 2 of 2) sorted by null

  /external/v8/src/profiler/
profile-generator.cc 549 CpuProfilesCollection::CpuProfilesCollection(Isolate* isolate)
559 CpuProfilesCollection::~CpuProfilesCollection() {
565 bool CpuProfilesCollection::StartProfiling(const char* title,
586 CpuProfile* CpuProfilesCollection::StopProfiling(const char* title) {
605 bool CpuProfilesCollection::IsLastProfile(const char* title) {
614 void CpuProfilesCollection::RemoveProfile(CpuProfile* profile) {
625 void CpuProfilesCollection::AddPathToCurrentProfiles(
639 CpuProfilesCollection* profiles
    [all...]
profile-generator.h 335 class CpuProfilesCollection {
337 explicit CpuProfilesCollection(Isolate* isolate);
338 ~CpuProfilesCollection();
365 DISALLOW_COPY_AND_ASSIGN(CpuProfilesCollection);
371 ProfileGenerator(Isolate* isolate, CpuProfilesCollection* profiles);
382 CpuProfilesCollection* profiles_;

Completed in 213 milliseconds