Home
last modified time | relevance | path

Searched defs:profiler (Results 1 – 21 of 21) sorted by relevance

/third_party/node/test/parallel/
Dtest-v8-collect-gc-profile-exit-before-stop.js7 const profiler = new GCProfiler(); constant
14 const profiler = new GCProfiler(); constant
/third_party/skia/third_party/externals/swiftshader/src/Main/
DConfig.cpp22 Profiler profiler; variable
/third_party/node/deps/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc103 v8::HeapProfiler* profiler = isolate->GetHeapProfiler(); in objectByHeapObjectId() local
256 v8::HeapProfiler* profiler = m_isolate->GetHeapProfiler(); in disable() local
267 v8::HeapProfiler* profiler = m_isolate->GetHeapProfiler(); in takeHeapSnapshot() local
379 v8::HeapProfiler* profiler = m_isolate->GetHeapProfiler(); in startSampling() local
440 v8::HeapProfiler* profiler = m_isolate->GetHeapProfiler(); in getSamplingProfile() local
/third_party/node/src/
Dnode_v8.cc277 GCProfiler* profiler = static_cast<GCProfiler*>(data); in BeforeGCCallback() local
295 GCProfiler* profiler = static_cast<GCProfiler*>(data); in AfterGCCallback() local
346 GCProfiler* profiler; in Start() local
371 GCProfiler* profiler; in Stop() local
Dinspector_profiler.cc17 namespace profiler { namespace
Djs_native_api_v8.cc1946 auto profiler = v8::CpuProfiler::New(isolate); in OH_JSVM_StartCpuProfiler() local
1955 OH_JSVM_StopCpuProfiler(JSVM_VM vm, JSVM_CpuProfiler profiler, in OH_JSVM_StopCpuProfiler()
1970 auto profiler = isolate->GetHeapProfiler(); in OH_JSVM_TakeHeapSnapshot() local
/third_party/node/lib/
Dv8.js45 let profiler = {}; variable
388 #profiler = null; field in GCProfiler
/third_party/node/deps/v8/src/profiler/
Dsampling-heap-profiler.h115 SamplingHeapProfiler* const profiler; member
132 SamplingHeapProfiler* profiler, in Observer()
Dcpu-profiler.cc452 void AddProfiler(Isolate* isolate, CpuProfiler* profiler) { in AddProfiler()
457 void RemoveProfiler(Isolate* isolate, CpuProfiler* profiler) { in RemoveProfiler()
Dprofile-generator.h543 void set_cpu_profiler(CpuProfiler* profiler) { profiler_ = profiler; } in set_cpu_profiler()
Dheap-snapshot-generator.h225 HeapProfiler* profiler() const { return profiler_; } in profiler() function
Dprofile-generator.cc575 CpuProfile::CpuProfile(CpuProfiler* profiler, ProfilerId id, const char* title, in CpuProfile()
Dheap-snapshot-generator.cc388 HeapSnapshot::HeapSnapshot(HeapProfiler* profiler, bool global_objects_as_roots, in HeapSnapshot()
/third_party/node/doc/api/
Dinspector.md281 [`session.connect()`]: #sessionconnect
/third_party/node/deps/v8/src/execution/
Dtiering-manager.cc367 TieringManager* profiler) in OnInterruptTickScope()
/third_party/python/Lib/
Dprofile.py48 def __init__(self, profiler): argument
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-snapshot.cc509 auto* profiler = in AddEdge() local
/third_party/node/deps/v8/tools/
Dtickprocessor.mjs577 'profiler': undefined, property
/third_party/node/deps/v8/src/logging/
Dlog.cc946 void SetProfiler(Profiler* profiler) { in SetProfiler()
/third_party/node/deps/v8/src/api/
Dapi.cc9970 i::CpuProfiler* profiler = profile->cpu_profiler(); in Delete() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp121546 NativeProfiler* profiler = GetNativeProfiler(); in SampleNative() local
121557 GCHeapProfiler* profiler = GetGCHeapProfiler(addr); in SampleTenured() local
121568 GCHeapProfiler* profiler = GetGCHeapProfiler(addr); in SampleNursery() local
121579 NativeProfiler* profiler = GetNativeProfiler(); in RemoveNative() local
121590 GCHeapProfiler* profiler = GetGCHeapProfiler(runtime); in MarkTenuredStart() local
121601 GCHeapProfiler* profiler = GetGCHeapProfiler(addr); in MarkTenured() local
121612 GCHeapProfiler* profiler = GetGCHeapProfiler(runtime); in SweepTenured() local
121623 GCHeapProfiler* profiler = GetGCHeapProfiler(runtime); in SweepNursery() local
121634 GCHeapProfiler* profiler = GetGCHeapProfiler(addrOld); in MoveNurseryToTenured() local