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 442 CpuProfilesCollection::CpuProfilesCollection(Heap* heap)
458 CpuProfilesCollection::~CpuProfilesCollection() {
465 bool CpuProfilesCollection::StartProfiling(const char* title,
486 CpuProfile* CpuProfilesCollection::StopProfiling(const char* title) {
505 bool CpuProfilesCollection::IsLastProfile(const char* title) {
514 void CpuProfilesCollection::RemoveProfile(CpuProfile* profile) {
526 void CpuProfilesCollection::AddPathToCurrentProfiles(
539 CodeEntry* CpuProfilesCollection::NewCodeEntry
    [all...]
profile-generator.h 303 class CpuProfilesCollection {
305 explicit CpuProfilesCollection(Heap* heap);
306 ~CpuProfilesCollection();
352 DISALLOW_COPY_AND_ASSIGN(CpuProfilesCollection);
358 explicit ProfileGenerator(CpuProfilesCollection* profiles);
374 CpuProfilesCollection* profiles_;

Completed in 44 milliseconds