Home
last modified time | relevance | path

Searched refs:ProfilerState (Results 1 – 23 of 23) sorted by relevance

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/cpuprofiler-0.0.3/src/
H A Dlib.rs61 state: ProfilerState::NotActive,
75 pub enum ProfilerState { enum
82 impl fmt::Display for ProfilerState { implementation
85 ProfilerState::Active => write!(f, "Active"), in fmt()
86 ProfilerState::NotActive => write!(f, "NotActive"), in fmt()
98 state: ProfilerState,
112 pub fn state(&self) -> ProfilerState { in state() argument
133 if self.state == ProfilerState::NotActive { in start()
142 self.state = ProfilerState::Active; in start()
160 if self.state == ProfilerState::Active { in stop()
[all …]
H A Derror.rs3 use ProfilerState;
20 InvalidState(state: ProfilerState) {
/dports/sysutils/fusefs-sandboxfs/sandboxfs-sandboxfs-0.2.0/cargo-crates/cpuprofiler-0.0.4/src/
H A Dlib.rs60 state: ProfilerState::NotActive,
73 pub enum ProfilerState { enum
80 impl fmt::Display for ProfilerState { implementation
83 ProfilerState::Active => write!(f, "Active"), in fmt()
84 ProfilerState::NotActive => write!(f, "NotActive"), in fmt()
96 state: ProfilerState,
110 pub fn state(&self) -> ProfilerState { in state() argument
131 if self.state == ProfilerState::NotActive { in start()
140 self.state = ProfilerState::Active; in start()
158 if self.state == ProfilerState::Active { in stop()
[all …]
H A Derror.rs3 use ProfilerState;
20 InvalidState(state: ProfilerState) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/gperftools/
H A Dprofiler.h157 struct ProfilerState { struct
163 PERFTOOLS_DLL_DECL void ProfilerGetCurrentState(struct ProfilerState* state); argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/gperftools/
H A Dprofiler.h157 struct ProfilerState { struct
163 PERFTOOLS_DLL_DECL void ProfilerGetCurrentState(struct ProfilerState* state); argument
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/gperftools-2.5/src/gperftools/
H A Dprofiler.h157 struct ProfilerState { struct
163 PERFTOOLS_DLL_DECL void ProfilerGetCurrentState(struct ProfilerState* state); argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/
H A Dprofiler.cc105 void GetCurrentState(ProfilerState* state);
306 void CpuProfiler::GetCurrentState(ProfilerState* state) { in GetCurrentState()
404 ProfilerState* state) { in ProfilerGetCurrentState()
423 extern "C" void ProfilerGetCurrentState(ProfilerState* state) { in ProfilerGetCurrentState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/
H A Dprofiler.cc105 void GetCurrentState(ProfilerState* state);
306 void CpuProfiler::GetCurrentState(ProfilerState* state) { in GetCurrentState()
404 ProfilerState* state) { in ProfilerGetCurrentState()
423 extern "C" void ProfilerGetCurrentState(ProfilerState* state) { in ProfilerGetCurrentState()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/gperftools-2.5/src/
H A Dprofiler.cc105 void GetCurrentState(ProfilerState* state);
306 void CpuProfiler::GetCurrentState(ProfilerState* state) { in GetCurrentState()
404 ProfilerState* state) { in ProfilerGetCurrentState()
423 extern "C" void ProfilerGetCurrentState(ProfilerState* state) { in ProfilerGetCurrentState()
/dports/devel/google-perftools/gperftools-2.9.1/src/gperftools/
H A Dprofiler.h157 struct ProfilerState { struct
163 PERFTOOLS_DLL_DECL void ProfilerGetCurrentState(struct ProfilerState* state); argument
/dports/devel/google-perftools/gperftools-2.9.1/src/
H A Dprofiler.cc102 void GetCurrentState(ProfilerState* state);
300 void CpuProfiler::GetCurrentState(ProfilerState* state) { in GetCurrentState()
398 ProfilerState* state) { in ProfilerGetCurrentState()
422 extern "C" void ProfilerGetCurrentState(ProfilerState* state) { in ProfilerGetCurrentState()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/profiler/
H A Dprofiler.cc82 this->state_ = ProfilerState::kRunning; in Profiler()
114 void Profiler::SetState(ProfilerState state) { in SetState()
H A Dprofiler.h258 enum ProfilerState { enum
264 void SetState(ProfilerState state);
266 inline ProfilerState GetState() const { in GetState()
444 ProfilerState state_;
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/profiler/
H A Dprofiler.cc82 this->state_ = ProfilerState::kRunning; in Profiler()
114 void Profiler::SetState(ProfilerState state) { in SetState()
H A Dprofiler.h258 enum ProfilerState { enum
264 void SetState(ProfilerState state);
266 inline ProfilerState GetState() const { in GetState()
444 ProfilerState state_;
/dports/mail/thunderbird/thunderbird-91.8.0/tools/profiler/
H A Dmoz.build158 "public/ProfilerState.h",
/dports/www/firefox-esr/firefox-91.8.0/tools/profiler/
H A Dmoz.build158 "public/ProfilerState.h",
/dports/www/firefox/firefox-99.0/tools/profiler/
H A Dmoz.build161 "public/ProfilerState.h",
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/c_api/
H A Dc_api_profile.cc382 profiler::Profiler::Get()->SetState(profiler::Profiler::ProfilerState(state)); in MXSetProcessProfilerState()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/c_api/
H A Dc_api_profile.cc382 profiler::Profiler::Get()->SetState(profiler::Profiler::ProfilerState(state)); in MXSetProcessProfilerState()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/kvstore/
H A Dkvstore_dist_server.h169 profiler::Profiler::Get()->SetState(profiler::Profiler::ProfilerState(0)); in ~KVStoreDistServer()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/kvstore/
H A Dkvstore_dist_server.h169 profiler::Profiler::Get()->SetState(profiler::Profiler::ProfilerState(0)); in ~KVStoreDistServer()