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

  /external/v8/include/
v8-profiler.h 117 * CpuProfile contains a CPU profile in a form of two call trees:
121 class V8EXPORT CpuProfile {
168 static const CpuProfile* GetProfile(
173 static const CpuProfile* FindProfile(
191 static const CpuProfile* StopProfiling(
  /external/v8/src/
profile-generator.h 211 class CpuProfile {
213 CpuProfile(const char* title, unsigned uid)
220 CpuProfile* FilteredClone(int security_token_id);
238 DISALLOW_COPY_AND_ASSIGN(CpuProfile);
295 CpuProfile* StopProfiling(int security_token_id,
298 List<CpuProfile*>* Profiles(int security_token_id);
305 CpuProfile* GetProfile(int security_token_id, unsigned uid);
307 void RemoveProfile(CpuProfile* profile);
332 List<CpuProfile*>* GetProfilesList(int security_token_id);
341 List<List<CpuProfile*>* > profiles_by_token_
    [all...]

Completed in 29 milliseconds