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

  /external/v8/src/profiler/
tracing-cpu-profiler.h 20 class TracingCpuProfilerImpl final : public TracingCpuProfiler,
tracing-cpu-profiler.cc 13 std::unique_ptr<TracingCpuProfiler> TracingCpuProfiler::Create(
15 return std::unique_ptr<TracingCpuProfiler>(
  /external/v8/include/
v8-profiler.h 51 * TracingCpuProfiler monitors tracing being enabled/disabled
55 class V8_EXPORT TracingCpuProfiler {
57 static std::unique_ptr<TracingCpuProfiler> Create(Isolate*);
58 virtual ~TracingCpuProfiler() = default;
61 TracingCpuProfiler() = default;

Completed in 145 milliseconds