Home
last modified time | relevance | path

Searched defs:profiler (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DConfig.cpp22 Profiler profiler; member
/third_party/node/src/
H A Dinspector_profiler.h17 namespace profiler { namespace
H A Dinspector_profiler.cc17 namespace profiler { namespace
H A 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; Start() local
371 GCProfiler* profiler; Stop() local
[all...]
H A Dnode_internals.h341 namespace profiler { namespace
H A Denv.h79 namespace profiler { namespace
[all...]
H A Djs_native_api_v8.cc2016 auto profiler = v8::CpuProfiler::New(isolate); in OH_JSVM_StartCpuProfiler() local
2025 OH_JSVM_StopCpuProfiler(JSVM_VM vm, JSVM_CpuProfiler profiler, in OH_JSVM_StopCpuProfiler() argument
2040 auto profiler = isolate->GetHeapProfiler(); in OH_JSVM_TakeHeapSnapshot() local
/third_party/node/deps/v8/src/profiler/
H A Dsampling-heap-profiler.h115 SamplingHeapProfiler* const profiler; member
131 Observer(Heap* heap, intptr_t step_size, uint64_t rate, SamplingHeapProfiler* profiler, base::RandomNumberGenerator* random) Observer() argument
H A Dheap-snapshot-generator.h225 HeapProfiler* profiler() const { return profiler_; } in profiler() function in v8::internal::HeapSnapshot
H A Dcpu-profiler.cc452 void AddProfiler(Isolate* isolate, CpuProfiler* profiler) { in AddProfiler() argument
457 RemoveProfiler(Isolate* isolate, CpuProfiler* profiler) RemoveProfiler() argument
[all...]
H A Dprofile-generator.cc575 CpuProfile::CpuProfile(CpuProfiler* profiler, ProfilerId id, const char* title, in CpuProfile() argument
[all...]
H A Dprofile-generator.h543 void set_cpu_profiler(CpuProfiler* profiler) { profiler_ = profiler; } in set_cpu_profiler() argument
H A Dheap-snapshot-generator.cc388 HeapSnapshot::HeapSnapshot(HeapProfiler* profiler, bool global_objects_as_roots, in HeapSnapshot() argument
[all...]
/third_party/node/deps/v8/src/execution/
H A Dtiering-manager.cc366 OnInterruptTickScope( TieringManager* profiler) OnInterruptTickScope() argument
/third_party/node/deps/v8/src/inspector/
H A 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(); startSampling() local
440 v8::HeapProfiler* profiler = m_isolate->GetHeapProfiler(); getSamplingProfile() local
[all...]
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-snapshot.cc509 auto* profiler = in AddEdge() local
/third_party/node/deps/v8/src/logging/
H A Dlog.cc946 void SetProfiler(Profiler* profiler) { in SetProfiler() argument
/third_party/node/deps/v8/src/api/
H A Dapi.cc9850 i::CpuProfiler* profiler = profile->cpu_profiler(); in Delete() local
[all...]

Completed in 50 milliseconds