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

  /external/v8/src/profiler/
cpu-profiler.h 27 class CpuProfile;
202 CpuProfile* StopProfiling(const char* title);
203 CpuProfile* StopProfiling(String* title);
205 CpuProfile* GetProfile(int index);
207 void DeleteProfile(CpuProfile* profile);
profile-generator.h 269 class CpuProfile {
271 CpuProfile(CpuProfiler* profiler, const char* title, bool record_samples);
308 DISALLOW_COPY_AND_ASSIGN(CpuProfile);
342 CpuProfile* StopProfiling(const char* title);
343 List<CpuProfile*>* profiles() { return &finished_profiles_; }
346 void RemoveProfile(CpuProfile* profile);
358 List<CpuProfile*> finished_profiles_;
362 List<CpuProfile*> current_profiles_;
profile-generator.cc 391 CpuProfile::CpuProfile(CpuProfiler* profiler, const char* title,
406 void CpuProfile::AddPath(base::TimeTicks timestamp,
452 void CpuProfile::StreamPendingTraceEvents() {
458 value->BeginDictionary("cpuProfile");
496 void CpuProfile::FinishProfile() {
505 void CpuProfile::Print() {
555 static void DeleteCpuProfile(CpuProfile** profile_ptr) {
581 current_profiles_.Add(new CpuProfile(profiler_, title, record_samples));
587 CpuProfile* CpuProfilesCollection::StopProfiling(const char* title)
    [all...]
cpu-profiler.cc 204 CpuProfile* CpuProfiler::GetProfile(int index) {
215 void CpuProfiler::DeleteProfile(CpuProfile* profile) {
345 CpuProfile* CpuProfiler::StopProfiling(const char* title) {
351 CpuProfile* CpuProfiler::StopProfiling(String* title) {
  /external/v8/include/
v8-profiler.h 52 * and emits CpuProfile trace events once v8.cpu_profiler tracing category
226 * CpuProfile contains a CPU profile in a form of top-down call tree
229 class V8_EXPORT CpuProfile {
318 CpuProfile* StopProfiling(Local<String> title);
  /external/v8/src/inspector/
v8-profiler-agent-impl.cc 85 v8::CpuProfile* v8profile) {
94 v8::CpuProfile* v8profile) {
115 v8::Isolate* isolate, v8::CpuProfile* v8profile) {
262 std::unique_ptr<protocol::Profiler::Profile> cpuProfile =
265 *profile = std::move(cpuProfile);
379 v8::CpuProfile* profile =
  /external/v8/src/
api.cc     [all...]

Completed in 328 milliseconds