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

  /external/v8/src/
profile-generator.cc 536 CpuProfilesCollection::CpuProfilesCollection()
559 CpuProfilesCollection::~CpuProfilesCollection() {
568 bool CpuProfilesCollection::StartProfiling(const char* title, unsigned uid) {
588 bool CpuProfilesCollection::StartProfiling(String* title, unsigned uid) {
593 CpuProfile* CpuProfilesCollection::StopProfiling(int security_token_id,
625 CpuProfile* CpuProfilesCollection::GetProfile(int security_token_id,
643 int CpuProfilesCollection::GetProfileIndex(unsigned uid) {
652 bool CpuProfilesCollection::IsLastProfile(const char* title)
    [all...]
profile-generator.h 284 class CpuProfilesCollection {
286 CpuProfilesCollection();
287 ~CpuProfilesCollection();
347 DISALLOW_COPY_AND_ASSIGN(CpuProfilesCollection);
391 explicit ProfileGenerator(CpuProfilesCollection* profiles);
436 CpuProfilesCollection* profiles_;
    [all...]

Completed in 29 milliseconds