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

  /external/v8/src/
cpu-profiler.h 43 class CpuProfilesCollection;
267 CpuProfilesCollection* profiles_;
profile-generator.h 288 class CpuProfilesCollection {
290 CpuProfilesCollection();
291 ~CpuProfilesCollection();
351 DISALLOW_COPY_AND_ASSIGN(CpuProfilesCollection);
395 explicit ProfileGenerator(CpuProfilesCollection* profiles);
440 CpuProfilesCollection* profiles_;
    [all...]
profile-generator.cc 573 CpuProfilesCollection::CpuProfilesCollection()
596 CpuProfilesCollection::~CpuProfilesCollection() {
605 bool CpuProfilesCollection::StartProfiling(const char* title, unsigned uid) {
625 bool CpuProfilesCollection::StartProfiling(String* title, unsigned uid) {
630 CpuProfile* CpuProfilesCollection::StopProfiling(int security_token_id,
662 CpuProfile* CpuProfilesCollection::GetProfile(int security_token_id,
680 int CpuProfilesCollection::GetProfileIndex(unsigned uid) {
689 bool CpuProfilesCollection::IsLastProfile(const char* title)
    [all...]
cpu-profiler.cc 451 : profiles_(new CpuProfilesCollection()),
469 profiles_ = new CpuProfilesCollection();
  /external/v8/test/cctest/
test-cpu-profiler.cc 13 using i::CpuProfilesCollection;
21 CpuProfilesCollection profiles;
81 CpuProfilesCollection profiles;
142 CpuProfilesCollection profiles;
232 CpuProfilesCollection profiles;
test-profile-generator.cc 14 using i::CpuProfilesCollection;
584 CpuProfilesCollection profiles;
810 CpuProfilesCollection collection;
812 CpuProfilesCollection::kMaxSimultaneousProfiles> titles;
813 for (int i = 0; i < CpuProfilesCollection::kMaxSimultaneousProfiles; ++i) {
820 "maximum", CpuProfilesCollection::kMaxSimultaneousProfiles + 1));
821 for (int i = 0; i < CpuProfilesCollection::kMaxSimultaneousProfiles; ++i)

Completed in 233 milliseconds