Home
last modified time | relevance | path

Searched refs:CpuProfilingOptions (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/include/v8-include/
H A Dv8-profiler.h357 class V8_EXPORT CpuProfilingOptions { class
377 CpuProfilingOptions(
382 CpuProfilingOptions(CpuProfilingOptions&&) = default;
383 CpuProfilingOptions& operator=(CpuProfilingOptions&&) = default;
449 CpuProfilingOptions options,
458 Local<String> title, CpuProfilingOptions options,
474 unsigned max_samples = CpuProfilingOptions::kNoSampleLimit);
489 Local<String> title, CpuProfilingOptions option
[all...]
/third_party/node/deps/v8/include/
H A Dv8-profiler.h360 class V8_EXPORT CpuProfilingOptions { class
380 CpuProfilingOptions(
449 CpuProfilingOptions options,
458 Local<String> title, CpuProfilingOptions options,
474 unsigned max_samples = CpuProfilingOptions::kNoSampleLimit);
489 Local<String> title, CpuProfilingOptions options,
505 unsigned max_samples = CpuProfilingOptions::kNoSampleLimit);
/third_party/node/deps/v8/src/profiler/
H A Dcpu-profiler.h350 CpuProfilingOptions options = {},
353 const char* title, CpuProfilingOptions options = {},
356 String title, CpuProfilingOptions options = {},
H A Dprofile-generator.h416 CpuProfilingOptions options,
455 const CpuProfilingOptions options_;
545 const char* title = nullptr, CpuProfilingOptions options = {},
582 CpuProfilingOptions options = {},
H A Dcpu-profiler.cc603 CpuProfilingOptions options, in StartProfiling()
609 const char* title, CpuProfilingOptions options, in StartProfiling()
627 String title, CpuProfilingOptions options, in StartProfiling()
H A Dprofile-generator.cc576 CpuProfilingOptions options, in CpuProfile()
636 (options_.max_samples() == CpuProfilingOptions::kNoSampleLimit || in AddPath()
1061 const char* title, CpuProfilingOptions options, in StartProfiling()
1067 ProfilerId id, const char* title, CpuProfilingOptions options, in StartProfiling()
/third_party/node/deps/v8/src/api/
H A Dapi.cc9926 CpuProfilingOptions::CpuProfilingOptions(CpuProfilingMode mode, in CpuProfilingOptions() function in v8::OneByteMask::__anon13987::MapAsArrayKind::CpuProfilingOptions
9941 void* CpuProfilingOptions::raw_filter_context() const { in raw_filter_context()
9967 CpuProfilingOptions options, in Start()
9974 Local<String> title, CpuProfilingOptions options, in Start()
9982 CpuProfilingOptions options( in Start()
9984 record_samples ? CpuProfilingOptions::kNoSampleLimit : 0); in Start()
9993 CpuProfilingOptions options(mode, record_samples ? max_samples : 0); in Start()
9999 Local<String> title, CpuProfilingOptions options, in StartProfiling()
/third_party/node/src/
H A Djs_native_api_v8.cc2018 v8::CpuProfilingOptions options; in OH_JSVM_StartCpuProfiler()
/third_party/node/deps/v8/src/d8/
H A Dd8.cc5483 CpuProfilingOptions profile_options; in Main()

Completed in 44 milliseconds