Home
last modified time | relevance | path

Searched refs:Profiler (Results 1 – 25 of 3017) sorted by relevance

12345678910>>...121

/dports/games/spring/spring_98.0/AI/Wrappers/CUtils/
H A DSimpleProfiler.cpp16 Profiler Profiler::def("");
18 Profiler* Profiler::GetDefault() { in GetDefault()
19 return &Profiler::def; in GetDefault()
22 Profiler::Profiler(const char* const name) in Profiler() function in Profiler
27 const char* Profiler::GetName() const { in GetName()
39 std::string Profiler::ToString() const { in ToString()
61 , profiler(profiler ? profiler : Profiler::GetDefault()) in ScopedTimer()
76 Profiler::GetDefault()->AddTime(part, time); in simpleProfiler_addTime()
80 return Profiler::GetDefault()->GetParts().find(part)->second; in simpleProfiler_getTime()
84 return Profiler::GetDefault()->GetParts().size(); in simpleProfiler_getParts()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/js-self-profiling/
H A Didlharness.any.js.ini11 [Profiler interface: attribute stopped]
26 [Profiler interface object length]
29 [Profiler must be primary interface of profiler]
32 [Profiler interface: attribute sampleInterval]
38 [Profiler interface object name]
53 [Profiler interface: operation stop()]
67 [Profiler interface: attribute stopped]
82 [Profiler interface object length]
88 [Profiler interface: attribute sampleInterval]
94 [Profiler interface object name]
[all …]
/dports/misc/ompl/ompl-1.5.2/src/ompl/tools/debug/
H A DProfiler.h72 class Profiler
76 Profiler(const Profiler &) = delete;
77 Profiler &operator=(const Profiler &) = delete;
97 Profiler &prof_;
107 … ScopedStart(Profiler &prof = Profiler::Instance()) : prof_(prof), wasRunning_(prof_.running()) in prof_()
120 Profiler &prof_;
137 ~Profiler() in ~Profiler()
333 class Profiler
339 ScopedBlock(const std::string &, Profiler & = Profiler::Instance())
349 ScopedStart(Profiler & = Profiler::Instance())
[all …]
/dports/math/fcl/fcl-0.7.0/include/fcl/common/detail/
H A Dprofiler.h62 class FCL_EXPORT Profiler
66 Profiler(const Profiler&) = delete;
67 Profiler& operator=(const Profiler&) = delete;
80 static Profiler& Instance(void);
87 ~Profiler(void);
214 class FCL_EXPORT Profiler::ScopedBlock
219 ScopedBlock(const std::string &name, Profiler &prof = Profiler::Instance());
226 Profiler &prof_;
233 class FCL_EXPORT Profiler::ScopedStart
238 ScopedStart(Profiler &prof = Profiler::Instance());
[all …]
/dports/games/openage/openage-0.3.0-1262-ga554ab49/libopenage/util/
H A Dprofiler.cpp14 Profiler::Profiler(Engine *engine) in Profiler() function in openage::util::Profiler
19 Profiler::~Profiler() { in ~Profiler()
47 void Profiler::unregister_all() { in unregister_all()
110 void Profiler::show(bool debug_mode) { in show()
116 void Profiler::show() { in show()
130 unsigned Profiler::size() const { in size()
134 void Profiler::start_frame_measure() { in start_frame_measure()
140 void Profiler::end_frame_measure() { in end_frame_measure()
156 void Profiler::draw_canvas() { in draw_canvas()
164 void Profiler::draw_legend() { in draw_legend()
[all …]
/dports/audio/fabla2-lv2/openAV-Fabla2-33f4062/src/
H A Dprofiny.hxx160 friend class Profiler;
209 class Profiler : public BaseObject class
224 Profiler();
226 ~Profiler();
228 static Profiler* getInstance();
248 static Profiler* m_instance;
434 Profiler* Profiler::m_instance = NULL;
436 inline Profiler::Profiler() in Profiler() function in profiny::Profiler
443 inline Profiler::~Profiler() in ~Profiler()
447 inline Profiler* Profiler::getInstance() in getInstance()
[all …]
/dports/math/fcl/fcl-0.7.0/src/common/detail/
H A Dprofiler.cpp44 Profiler& Profiler::Instance(void) in Instance()
51 Profiler::Profiler(bool printOnDestroy, bool autoStart) in Profiler() function in fcl::detail::Profiler
59 Profiler::~Profiler() in ~Profiler()
66 void Profiler::Start() in Start()
72 void Profiler::Stop() in Stop()
78 void Profiler::Clear() in Clear()
84 void Profiler::start(void) in start()
96 void Profiler::stop(void) in stop()
235 bool Profiler::Running() in Running()
371 Profiler::ScopedStart::ScopedStart(Profiler& prof) in ScopedStart()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/
H A DProfiler.cpp22 std::list<Profiler*> Profiler::s_all_profilers;
23 std::mutex Profiler::s_mutex;
24 u32 Profiler::s_max_length = 0;
25 u64 Profiler::s_frame_time;
26 u64 Profiler::s_usecs_frame;
31 Profiler::Profiler(const std::string& name) in Profiler() function in Common::Profiler
42 Profiler::~Profiler() in ~Profiler()
48 bool Profiler::operator<(const Profiler& b) const in operator <()
90 s_all_profilers.sort([](Profiler* a, Profiler* b) { return *b < *a; }); in ToString()
100 void Profiler::Start() in Start()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Profiler.Log/
H A DMono.Profiler.Log.dll.sources4 Mono.Profiler.Log/LogBufferHeader.cs
5 Mono.Profiler.Log/LogEnums.cs
6 Mono.Profiler.Log/LogEvent.cs
7 Mono.Profiler.Log/LogEventVisitor.cs
8 Mono.Profiler.Log/LogEvents.cs
9 Mono.Profiler.Log/LogException.cs
10 Mono.Profiler.Log/LogProcessor.cs
11 Mono.Profiler.Log/LogProfiler.cs
12 Mono.Profiler.Log/LogReader.cs
13 Mono.Profiler.Log/LogStream.cs
[all …]
/dports/math/fcl05/fcl-0.5.0/include/fcl/
H A Dprofile.h108 class Profiler
112 Profiler(const Profiler&) = delete;
113 Profiler& operator=(const Profiler&) = delete;
133 Profiler &prof_;
143 ScopedStart(Profiler &prof = Profiler::Instance()) : prof_(prof), wasRunning_(prof_.running()) in prof_()
157 Profiler &prof_;
173 ~Profiler(void) in ~Profiler()
360 class Profiler
368 ScopedBlock(const std::string &, Profiler & = Profiler::Instance())
381 ScopedStart(Profiler & = Profiler::Instance())
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreProfiler.cpp53 template<> Profiler* Singleton<Profiler>::msSingleton = 0;
54 Profiler* Profiler::getSingletonPtr(void) in getSingletonPtr()
58 Profiler& Profiler::getSingleton(void) in getSingleton()
80 Profiler::Profiler() in Profiler() function in Ogre::Profiler
129 Profiler::~Profiler() in ~Profiler()
141 void Profiler::setTimer(Timer* t) in setTimer()
146 Timer* Profiler::getTimer() in getTimer()
174 bool Profiler::getEnabled() const in getEnabled()
474 void Profiler::displayResults() in displayResults()
543 void Profiler::logResults() in logResults()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreProfiler.cpp48 template<> Profiler* Singleton<Profiler>::msSingleton = 0;
49 Profiler* Profiler::getSingletonPtr(void) in getSingletonPtr()
53 Profiler& Profiler::getSingleton(void) in getSingleton()
75 Profiler::Profiler() in Profiler() function in Ogre::Profiler
124 Profiler::~Profiler() in ~Profiler()
136 void Profiler::setTimer(Timer* t) in setTimer()
141 Timer* Profiler::getTimer() in getTimer()
169 bool Profiler::getEnabled() const in getEnabled()
469 void Profiler::displayResults() in displayResults()
538 void Profiler::logResults() in logResults()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/js-self-profiling/
H A Didlharness.https.html.ini2 [Profiler interface: existence and properties of interface object]
5 [Profiler interface: profiler must inherit property "sampleInterval" with the proper type]
8 [Profiler interface: attribute stopped]
14 [Profiler interface: profiler must inherit property "stopped" with the proper type]
17 [Profiler interface: profiler must inherit property "stop()" with the proper type]
20 [Profiler interface object length]
23 [Profiler must be primary interface of profiler]
26 [Profiler interface: attribute sampleInterval]
32 [Profiler interface object name]
35 [Profiler interface: existence and properties of interface prototype object]
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/js-self-profiling/
H A Didlharness.https.html.ini2 [Profiler interface: existence and properties of interface object]
5 [Profiler interface: profiler must inherit property "sampleInterval" with the proper type]
8 [Profiler interface: attribute stopped]
14 [Profiler interface: profiler must inherit property "stopped" with the proper type]
17 [Profiler interface: profiler must inherit property "stop()" with the proper type]
20 [Profiler interface object length]
23 [Profiler must be primary interface of profiler]
26 [Profiler interface: attribute sampleInterval]
32 [Profiler interface object name]
35 [Profiler interface: existence and properties of interface prototype object]
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/js-self-profiling/
H A Didlharness.https.html.ini2 [Profiler interface: existence and properties of interface object]
5 [Profiler interface: profiler must inherit property "sampleInterval" with the proper type]
8 [Profiler interface: attribute stopped]
14 [Profiler interface: profiler must inherit property "stopped" with the proper type]
17 [Profiler interface: profiler must inherit property "stop()" with the proper type]
20 [Profiler interface object length]
23 [Profiler must be primary interface of profiler]
26 [Profiler interface: attribute sampleInterval]
32 [Profiler interface object name]
35 [Profiler interface: existence and properties of interface prototype object]
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/node_exporter/vendor/github.com/hodgesds/perf-utils/
H A Dprocess_profile.go28 type Profiler interface { interface
164 func NewCPUCycleProfiler(pid, cpu int, opts ...int) (Profiler, error) {
175 func NewInstrProfiler(pid, cpu int, opts ...int) (Profiler, error) {
186 func NewCacheRefProfiler(pid, cpu int, opts ...int) (Profiler, error) {
197 func NewCacheMissesProfiler(pid, cpu int, opts ...int) (Profiler, error) {
208 func NewBranchInstrProfiler(pid, cpu int, opts ...int) (Profiler, error) {
230 func NewBusCyclesProfiler(pid, cpu int, opts ...int) (Profiler, error) {
277 func NewCPUClockProfiler(pid, cpu int, opts ...int) (Profiler, error) {
289 func NewTaskClockProfiler(pid, cpu int, opts ...int) (Profiler, error) {
301 func NewPageFaultProfiler(pid, cpu int, opts ...int) (Profiler, error) {
[all …]
/dports/sysutils/node_exporter/node_exporter-1.2.2/vendor/github.com/hodgesds/perf-utils/
H A Dprocess_profile.go28 type Profiler interface { interface
164 func NewCPUCycleProfiler(pid, cpu int, opts ...int) (Profiler, error) {
175 func NewInstrProfiler(pid, cpu int, opts ...int) (Profiler, error) {
186 func NewCacheRefProfiler(pid, cpu int, opts ...int) (Profiler, error) {
197 func NewCacheMissesProfiler(pid, cpu int, opts ...int) (Profiler, error) {
208 func NewBranchInstrProfiler(pid, cpu int, opts ...int) (Profiler, error) {
230 func NewBusCyclesProfiler(pid, cpu int, opts ...int) (Profiler, error) {
277 func NewCPUClockProfiler(pid, cpu int, opts ...int) (Profiler, error) {
289 func NewTaskClockProfiler(pid, cpu int, opts ...int) (Profiler, error) {
301 func NewPageFaultProfiler(pid, cpu int, opts ...int) (Profiler, error) {
[all …]
/dports/math/fcl/fcl-0.7.0/test/
H A Dtest_fcl_profiler.cpp47 detail::Profiler::Start(); in GTEST_TEST()
49 detail::Profiler::Begin("Section 1"); in GTEST_TEST()
53 detail::Profiler::Begin("Section 1.1"); in GTEST_TEST()
57 detail::Profiler::End("Section 1.1"); in GTEST_TEST()
60 detail::Profiler::End("Section 1"); in GTEST_TEST()
62 detail::Profiler::Begin("Section 2"); in GTEST_TEST()
66 detail::Profiler::End("Section 2"); in GTEST_TEST()
68 detail::Profiler::Stop(); in GTEST_TEST()
70 detail::Profiler::Status(std::cout); in GTEST_TEST()
/dports/audio/rubberband/rubberband-2.0.0/src/base/
H A DProfiler.h61 class Profiler
64 Profiler(const char *name);
65 ~Profiler();
103 class Profiler
106 Profiler(const char *) { }
107 ~Profiler() { }
115 class Profiler
118 Profiler(const char *);
119 ~Profiler();
H A DProfiler.cpp44 Profiler::ProfileMap
45 Profiler::m_profiles;
47 Profiler::WorstCallMap
48 Profiler::m_worstCalls;
76 Profiler::dump() in dump()
83 Profiler::getReport() in getReport()
185 Profiler::Profiler(const char* c) : in Profiler() function in RubberBand::Profiler
196 Profiler::~Profiler() in ~Profiler()
202 Profiler::end() in end()
230 Profiler::Profiler(const char *) { }
[all …]
/dports/games/pinball/pinball-0.3.20201218/base/
H A DProfiler.cpp22 Profiler* Profiler::p_Profiler = NULL;
24 Profiler::Profiler() { in Profiler() function in Profiler
37 Profiler::~Profiler() { in ~Profiler()
41 Profiler* Profiler::getInstance() { in getInstance()
43 p_Profiler = new Profiler(); in getInstance()
48 void Profiler::startProfile(int i) { in startProfile()
59 void Profiler::stopProfile() { in stopProfile()
68 void Profiler::printProfile() { in printProfile()
/dports/graphics/blender/blender-2.91.0/intern/cycles/util/
H A Dutil_profiling.cpp24 Profiler::Profiler() : do_stop_worker(true), worker(NULL) in Profiler() function in Profiler
28 Profiler::~Profiler() in ~Profiler()
33 void Profiler::run() in run()
75 void Profiler::reset(int num_shaders, int num_objects) in reset()
95 void Profiler::start() in start()
99 worker = new thread(function_bind(&Profiler::run, this)); in start()
102 void Profiler::stop() in stop()
113 void Profiler::add_state(ProfilingState *state) in add_state()
132 void Profiler::remove_state(ProfilingState *state) in remove_state()
152 uint64_t Profiler::get_event(ProfilingEvent event) in get_event()
[all …]
/dports/devel/py-ddtrace/ddtrace-0.56.1/tests/profiling/
H A Dtest_profiler.py17 p = profiler.Profiler()
26 p = profiler.Profiler()
35 p = profiler.Profiler()
48 prof = profiler.Profiler()
85 prof = profiler.Profiler()
131 prof = profiler.Profiler()
139 prof = profiler.Profiler()
146 prof = profiler.Profiler()
185 prof = profiler.Profiler(tracer=t)
211 prof = profiler.Profiler()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/profiler/
H A DProfiler.cpp53 Profiler* Profiler::s_sharedProfiler = 0;
54 Profiler* Profiler::s_sharedEnabledProfilerReference = 0;
56 Profiler* Profiler::profiler() in profiler()
59 s_sharedProfiler = new Profiler(); in profiler()
63 void Profiler::startProfiling(ExecState* exec, const UString& title) in startProfiling()
82 PassRefPtr<Profile> Profiler::stopProfiling(ExecState* exec, const UString& title) in stopProfiling()
102 void Profiler::stopProfiling(JSGlobalObject* origin) in stopProfiling()
123 void Profiler::willExecute(ExecState* callerCallFrame, JSValue function) in willExecute()
139 void Profiler::didExecute(ExecState* callerCallFrame, JSValue function) in didExecute()
146 void Profiler::didExecute(ExecState* callerCallFrame, const UString& sourceURL, int startingLineNum… in didExecute()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/profiler/
H A DProfiler.cpp51 Profiler* Profiler::s_sharedProfiler = 0;
52 Profiler* Profiler::s_sharedEnabledProfilerReference = 0;
54 Profiler* Profiler::profiler() in profiler()
57 s_sharedProfiler = new Profiler(); in profiler()
61 void Profiler::startProfiling(ExecState* exec, const UString& title) in startProfiling()
80 PassRefPtr<Profile> Profiler::stopProfiling(ExecState* exec, const UString& title) in stopProfiling()
108 void Profiler::willExecute(ExecState* exec, JSValue function) in willExecute()
115 void Profiler::willExecute(ExecState* exec, const UString& sourceURL, int startingLineNumber) in willExecute()
124 void Profiler::didExecute(ExecState* exec, JSValue function) in didExecute()
131 void Profiler::didExecute(ExecState* exec, const UString& sourceURL, int startingLineNumber) in didExecute()
[all …]

12345678910>>...121