Home
last modified time | relevance | path

Searched refs:StopProfiling (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/
Dprofiling_manager.h59 bool StopProfiling() const;
Dprofiling_manager.cc199 bool ProfilingManager::StopProfiling() const { in StopProfiling() function in mindspore::device::ascend::ProfilingManager
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.cc296 (void)ProfilingManager::GetInstance().StopProfiling(); in ReleaseDeviceRes()
/third_party/chromium/patch/
D0001-cve.patch150598 CpuProfile* CpuProfiler::StopProfiling(Local<String> title) {
150599 @@ -10021,6 +10046,11 @@ CpuProfile* CpuProfiler::StopProfiling(Local<String> title) {
150605 + reinterpret_cast<i::CpuProfiler*>(this)->StopProfiling(id));
151391 CpuProfile* CpuProfiler::StopProfiling(const char* title) {
151394 + return StopProfiling(profile->id());
151399 +CpuProfile* CpuProfiler::StopProfiling(ProfilerId id) {
151404 - CpuProfile* result = profiles_->StopProfiling(title);
151406 + CpuProfile* profile = profiles_->StopProfiling(id);
151410 @@ -664,7 +679,7 @@ CpuProfile* CpuProfiler::StopProfiling(const char* title) {
151418 CpuProfile* CpuProfiler::StopProfiling(String title) {
[all …]