Home
last modified time | relevance | path

Searched refs:cpu_profiler (Results 1 – 25 of 46) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/testing/raptor/test/
H A Dtest_cpu.py47 cpu_profiler = cpu.AndroidCPUProfiler(raptor)
48 cpu_profiler.get_app_cpu_usage()
70 cpu_profiler.generate_android_cpu_profile(
102 cpu_profiler = cpu.AndroidCPUProfiler(raptor)
103 cpu_profiler.polls.append(cpu_profiler.get_app_cpu_usage())
104 cpu_profiler.polls.append(0)
126 cpu_profiler.generate_android_cpu_profile(
162 cpu_profiler = cpu.AndroidCPUProfiler(raptor)
163 cpu_profiler.polls.append(cpu_profiler.get_app_cpu_usage())
164 cpu_profiler.polls.append(0)
[all …]
/dports/www/firefox/firefox-99.0/testing/raptor/test/
H A Dtest_cpu.py47 cpu_profiler = cpu.AndroidCPUProfiler(raptor)
48 cpu_profiler.get_app_cpu_usage()
70 cpu_profiler.generate_android_cpu_profile(
102 cpu_profiler = cpu.AndroidCPUProfiler(raptor)
103 cpu_profiler.polls.append(cpu_profiler.get_app_cpu_usage())
104 cpu_profiler.polls.append(0)
126 cpu_profiler.generate_android_cpu_profile(
162 cpu_profiler = cpu.AndroidCPUProfiler(raptor)
163 cpu_profiler.polls.append(cpu_profiler.get_app_cpu_usage())
164 cpu_profiler.polls.append(0)
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/raptor/test/
H A Dtest_cpu.py47 cpu_profiler = cpu.AndroidCPUProfiler(raptor)
48 cpu_profiler.get_app_cpu_usage()
70 cpu_profiler.generate_android_cpu_profile(
102 cpu_profiler = cpu.AndroidCPUProfiler(raptor)
103 cpu_profiler.polls.append(cpu_profiler.get_app_cpu_usage())
104 cpu_profiler.polls.append(0)
126 cpu_profiler.generate_android_cpu_profile(
162 cpu_profiler = cpu.AndroidCPUProfiler(raptor)
163 cpu_profiler.polls.append(cpu_profiler.get_app_cpu_usage())
164 cpu_profiler.polls.append(0)
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/raptor/test/
H A Dtest_cpu.py48 cpu_profiler = cpu.AndroidCPUProfiler(raptor)
49 cpu_profiler.get_app_cpu_usage()
71 cpu_profiler.generate_android_cpu_profile(
103 cpu_profiler = cpu.AndroidCPUProfiler(raptor)
104 cpu_profiler.polls.append(cpu_profiler.get_app_cpu_usage())
105 cpu_profiler.polls.append(0)
127 cpu_profiler.generate_android_cpu_profile(
163 cpu_profiler = cpu.AndroidCPUProfiler(raptor)
164 cpu_profiler.polls.append(cpu_profiler.get_app_cpu_usage())
165 cpu_profiler.polls.append(0)
[all …]
/dports/devel/google-perftools/gperftools-2.9.1/docs/
H A Dpprof.see_also5 .B cpu_profiler.html
8 .B /usr/share/gperftools/cpu_profiler.html
10 .B /usr/local/share/gperftools/cpu_profiler.html
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/docs/
H A Dpprof.see_also5 .B cpu_profiler.html
8 .B /usr/share/gperftools/cpu_profiler.html
10 .B /usr/local/share/gperftools/cpu_profiler.html
/dports/www/firefox-esr/firefox-91.8.0/testing/raptor/raptor/
H A Dcpu.py168 cpu_profiler = AndroidCPUProfiler(raptor, **kwargs)
169 cpu_profiler.start_polling()
171 return cpu_profiler
/dports/www/firefox/firefox-99.0/testing/raptor/raptor/
H A Dcpu.py168 cpu_profiler = AndroidCPUProfiler(raptor, **kwargs)
169 cpu_profiler.start_polling()
171 return cpu_profiler
/dports/mail/thunderbird/thunderbird-91.8.0/testing/raptor/raptor/
H A Dcpu.py168 cpu_profiler = AndroidCPUProfiler(raptor, **kwargs)
169 cpu_profiler.start_polling()
171 return cpu_profiler
/dports/lang/spidermonkey78/firefox-78.9.0/testing/raptor/raptor/
H A Dcpu.py174 cpu_profiler = AndroidCPUProfiler(raptor, **kwargs)
175 cpu_profiler.start_polling()
177 return cpu_profiler
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/profile/
H A DCargo.toml27 cpu_profiler = []
31 # default = [ "cpu_profiler" ]
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/profile/
H A DCargo.toml27 cpu_profiler = []
31 # default = [ "cpu_profiler" ]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/
H A Dprofiler.cc140 void* cpu_profiler);
340 void* cpu_profiler) { in prof_handler() argument
341 CpuProfiler* instance = static_cast<CpuProfiler*>(cpu_profiler); in prof_handler()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/
H A Dprofiler.cc140 void* cpu_profiler);
340 void* cpu_profiler) { in prof_handler() argument
341 CpuProfiler* instance = static_cast<CpuProfiler*>(cpu_profiler); in prof_handler()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/gperftools-2.5/src/
H A Dprofiler.cc140 void* cpu_profiler);
340 void* cpu_profiler) { in prof_handler() argument
341 CpuProfiler* instance = static_cast<CpuProfiler*>(cpu_profiler); in prof_handler()
/dports/devel/google-perftools/gperftools-2.9.1/src/
H A Dprofiler.cc137 void* cpu_profiler);
334 void* cpu_profiler) { in prof_handler() argument
335 CpuProfiler* instance = static_cast<CpuProfiler*>(cpu_profiler); in prof_handler()
/dports/www/firefox-esr/firefox-91.8.0/testing/raptor/raptor/webextension/
H A Dbase.py35 self.cpu_profiler = None
110 if self.cpu_profiler:
111 self.cpu_profiler.generate_android_cpu_profile(test["name"])
H A Dandroid.py316 self.cpu_profiler = start_android_cpu_profiler(self)
361 self.cpu_profiler = start_android_cpu_profiler(self)
/dports/www/firefox/firefox-99.0/testing/raptor/raptor/webextension/
H A Dbase.py35 self.cpu_profiler = None
110 if self.cpu_profiler:
111 self.cpu_profiler.generate_android_cpu_profile(test["name"])
H A Dandroid.py315 self.cpu_profiler = start_android_cpu_profiler(self)
360 self.cpu_profiler = start_android_cpu_profiler(self)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/raptor/raptor/webextension/
H A Dbase.py35 self.cpu_profiler = None
110 if self.cpu_profiler:
111 self.cpu_profiler.generate_android_cpu_profile(test["name"])
/dports/lang/spidermonkey78/firefox-78.9.0/testing/raptor/raptor/webextension/
H A Dbase.py35 self.cpu_profiler = None
116 if self.cpu_profiler:
117 self.cpu_profiler.generate_android_cpu_profile(test["name"])
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-cpu-profiler.cc492 cpu_profiler->StartProfiling(name1); in TEST()
496 CHECK(FindCpuProfile(cpu_profiler, p1)); in TEST()
501 cpu_profiler->StartProfiling(name2); in TEST()
505 CHECK(FindCpuProfile(cpu_profiler, p2)); in TEST()
507 cpu_profiler->StartProfiling(name3); in TEST()
512 CHECK(FindCpuProfile(cpu_profiler, p3)); in TEST()
520 cpu_profiler->Dispose(); in TEST()
532 cpu_profiler->Dispose(); in TEST()
2184 cpu_profiler->Dispose(); in TEST()
3021 cpu_profiler->Dispose(); in TEST()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/cpuprofiler-0.0.3/
H A DREADME.md3 …es bindings to google's [cpuprofiler](http://goog-perftools.sourceforge.net/doc/cpu_profiler.html).
62 … documented in the [cpuprofiler docs](http://goog-perftools.sourceforge.net/doc/cpu_profiler.html).
/dports/sysutils/fusefs-sandboxfs/sandboxfs-sandboxfs-0.2.0/cargo-crates/cpuprofiler-0.0.4/
H A DREADME.md3 …es bindings to google's [cpuprofiler](http://goog-perftools.sourceforge.net/doc/cpu_profiler.html).
63 … documented in the [cpuprofiler docs](http://goog-perftools.sourceforge.net/doc/cpu_profiler.html).

12