Lines Matching refs:profiler
79 namespace profiler {
83 } // namespace profiler
892 std::unique_ptr<profiler::V8CoverageConnection> connection);
893 profiler::V8CoverageConnection* coverage_connection();
899 std::unique_ptr<profiler::V8CpuProfilerConnection> connection);
900 profiler::V8CpuProfilerConnection* cpu_profiler_connection();
912 std::unique_ptr<profiler::V8HeapProfilerConnection> connection);
913 profiler::V8HeapProfilerConnection* heap_profiler_connection();
984 std::unique_ptr<profiler::V8CoverageConnection> coverage_connection_;
985 std::unique_ptr<profiler::V8CpuProfilerConnection> cpu_profiler_connection_;
990 std::unique_ptr<profiler::V8HeapProfilerConnection> heap_profiler_connection_;