Home
last modified time | relevance | path

Searched refs:profiler (Results 101 – 125 of 9289) sorted by relevance

12345678910>>...372

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/tests/
H A DClassTableInheritanceTestCase.php81 $this->conn->addListener($profiler);
98 $profiler->pop();
101 $profiler->pop();
104 $profiler->pop();
169 $this->conn->addListener($profiler);
181 $profiler->pop();
184 $profiler->pop();
187 $profiler->pop();
233 $profiler->pop();
235 $profiler->pop();
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Profiler/
H A DProfilerTest.php34 $profiler = new Profiler($this->storage);
35 $profiler->add($collector);
36 $profile = $profiler->collect($request, $response);
37 $profiler->saveProfile($profile);
52 $profiler = new Profiler($this->storage);
53 $profiler->add($collector);
54 $profiler->reset();
59 $profiler = new Profiler($this->storage);
66 $profiler = new Profiler($this->storage);
73 $profiler = new Profiler($this->storage);
[all …]
/dports/deskutils/egroupware/egroupware/vendor/symfony/http-kernel/Tests/Profiler/
H A DProfilerTest.php34 $profiler = new Profiler($this->storage);
35 $profiler->add($collector);
36 $profile = $profiler->collect($request, $response);
37 $profiler->saveProfile($profile);
52 $profiler = new Profiler($this->storage);
53 $profiler->add($collector);
54 $profiler->reset();
59 $profiler = new Profiler($this->storage);
66 $profiler = new Profiler($this->storage);
73 $profiler = new Profiler($this->storage);
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Profiler/
H A DProfilerTest.php34 $profiler = new Profiler($this->storage);
35 $profiler->add($collector);
36 $profile = $profiler->collect($request, $response);
37 $profiler->saveProfile($profile);
52 $profiler = new Profiler($this->storage);
53 $profiler->add($collector);
54 $profiler->reset();
59 $profiler = new Profiler($this->storage);
66 $profiler = new Profiler($this->storage);
73 $profiler = new Profiler($this->storage);
[all …]
/dports/www/itop/web/lib/silex/vendor/symfony/http-kernel/Tests/Profiler/
H A DProfilerTest.php34 $profiler = new Profiler($this->storage);
35 $profiler->add($collector);
36 $profile = $profiler->collect($request, $response);
37 $profiler->saveProfile($profile);
52 $profiler = new Profiler($this->storage);
53 $profiler->add($collector);
54 $profiler->reset();
59 $profiler = new Profiler($this->storage);
66 $profiler = new Profiler($this->storage);
73 $profiler = new Profiler($this->storage);
[all …]
/dports/devel/py-osprofiler/osprofiler-3.4.2/doc/source/user/
H A Dapi.rst12 from osprofiler import profiler
20 @profiler.trace("point_name",
55 How profiler works?
58 * **profiler.Trace()** and **@profiler.trace()** are just syntax sugar,
59 that just calls **profiler.start()** & **profiler.stop()** methods.
61 * Every call of **profiler.start()** & **profiler.stop()** sends to
71 profiler.stop()
72 profiler.stop()
146 So now on every **profiler.start()** and **profiler.stop()** call we will
159 [profiler]
[all …]
/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/source/util/
H A Dutil-profiler.hpp27 class profiler : public std::enable_shared_from_this<util::profiler> { class
33 std::shared_ptr<profiler> _parent;
37 instance(std::shared_ptr<profiler> parent);
43 void reparent(std::shared_ptr<profiler> parent);
47 profiler();
50 ~profiler();
52 std::shared_ptr<class util::profiler::instance> track();
65 static std::shared_ptr<util::profiler> create() in create()
67 return std::shared_ptr<util::profiler>{new profiler()}; in create()
H A Dutil-profiler.cpp23 util::profiler::profiler() {} in profiler() function in util::profiler
25 util::profiler::~profiler() {} in ~profiler()
27 std::shared_ptr<util::profiler::instance> util::profiler::track() in track()
32 void util::profiler::track(std::chrono::nanoseconds duration) in track()
43 uint64_t util::profiler::count() in count()
60 std::chrono::nanoseconds util::profiler::total_duration() in total_duration()
77 double_t util::profiler::average_duration() in average_duration()
147 util::profiler::instance::instance(std::shared_ptr<util::profiler> parent) in instance()
151 util::profiler::instance::~instance() in ~instance()
160 void util::profiler::instance::cancel() in cancel()
[all …]
/dports/audio/rhythmbox/rhythmbox-3.4.4/lib/
H A Drb-debug.c321 RBProfiler *profiler; in rb_profiler_new() local
326 profiler = g_new0 (RBProfiler, 1); in rb_profiler_new()
327 profiler->timer = g_timer_new (); in rb_profiler_new()
330 g_timer_start (profiler->timer); in rb_profiler_new()
332 return profiler; in rb_profiler_new()
350 if (profiler == NULL) in rb_profiler_dump()
370 if (profiler == NULL) in rb_profiler_reset()
373 g_timer_start (profiler->timer); in rb_profiler_reset()
387 if (profiler == NULL) in rb_profiler_free()
391 g_free (profiler->name); in rb_profiler_free()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/timing/
H A Dprofiler_group_test.cc33 EXPECT_FALSE(profiler->stopped()); in TEST()
48 EXPECT_FALSE(profiler->stopped()); in TEST()
49 profiler->stop(scope.GetScriptState()); in TEST()
50 EXPECT_TRUE(profiler->stopped()); in TEST()
66 EXPECT_FALSE(profiler->stopped()); in TEST()
68 EXPECT_TRUE(profiler->stopped()); in TEST()
82 EXPECT_FALSE(profiler->stopped()); in TEST()
97 EXPECT_FALSE(profiler->stopped()); in TEST()
101 EXPECT_EQ(profiler->sampleInterval(), in TEST()
118 EXPECT_FALSE(profiler->stopped()); in TEST()
[all …]
/dports/devel/py-ddtrace/ddtrace-0.56.1/tests/profiling/
H A Dtest_profiler.py11 from ddtrace.profiling import profiler
17 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()
211 prof = profiler.Profiler()
[all …]
/dports/www/phalcon4/cphalcon-4.1.1/ext/phalcon/datamapper/pdo/connection/
H A Ddecorated.zep.c61 zval *pdo, pdo_sub, *profiler = NULL, profiler_sub, __$null; in PHP_METHOD() local
69 zephir_fetch_params(1, 1, 1, &pdo, &profiler); in PHP_METHOD()
71 if (!profiler) { in PHP_METHOD()
72 profiler = &profiler_sub; in PHP_METHOD()
73 ZEPHIR_CPY_WRT(profiler, &__$null); in PHP_METHOD()
75 ZEPHIR_SEPARATE_PARAM(profiler); in PHP_METHOD()
80 if (Z_TYPE_P(profiler) == IS_NULL) { in PHP_METHOD()
81 ZEPHIR_INIT_NVAR(profiler); in PHP_METHOD()
82 object_init_ex(profiler, phalcon_datamapper_pdo_profiler_profiler_ce); in PHP_METHOD()
83 ZEPHIR_CALL_METHOD(NULL, profiler, "__construct", NULL, 199); in PHP_METHOD()
[all …]
/dports/print/limereport/LimeReport-1.5.35/3rdparty/easyprofiler/profiler_gui/
H A Dglobals.h171 ::profiler::descriptors_list_t descriptors; ///< Profiler block descriptors list
182 ::profiler::timestamp_t begin_time; ///<
183 ::profiler::thread_id_t selected_thread; ///< Current selected thread id
185 ::profiler::block_id_t selected_block_id; ///< Current selected profiler block id
231 inline ::profiler_gui::EasyBlock& easyBlock(::profiler::block_index_t i) { in easyBlock()
235 inline ::profiler::SerializedBlockDescriptor& easyDescriptor(::profiler::block_id_t i) { in easyDescriptor()
239 EASY_FORCE_INLINE const ::profiler::BlocksTree& easyBlocksTree(::profiler::block_index_t i) { in easyBlocksTree()
243 EASY_FORCE_INLINE const char* easyBlockName(const ::profiler::BlocksTree& _block) { in easyBlockName()
248 EASY_FORCE_INLINE const char* easyBlockName(const ::profiler::BlocksTree& _block, const ::profiler:… in easyBlockName()
253 EASY_FORCE_INLINE const char* easyBlockName(::profiler::block_index_t i) { in easyBlockName()
[all …]
H A Ddescriptors_tree_widget.cpp109 ::profiler::EasyBlockStatus nextStatus(::profiler::EasyBlockStatus _status) in nextStatus()
113 case ::profiler::OFF: in nextStatus()
114 return ::profiler::ON; in nextStatus()
116 case ::profiler::ON: in nextStatus()
119 case ::profiler::FORCE_ON: in nextStatus()
132 return ::profiler::OFF; in nextStatus()
139 case ::profiler::OFF: in statusText()
142 case ::profiler::ON: in statusText()
161 ::profiler::color_t statusColor(::profiler::EasyBlockStatus _status) in statusColor()
165 case ::profiler::OFF: in statusColor()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/vulkan/
H A Dgskvulkanrenderer.c176 GskProfiler *profiler; in gsk_vulkan_renderer_render_texture() local
182 profiler = gsk_renderer_get_profiler (renderer); in gsk_vulkan_renderer_render_texture()
186 gsk_profiler_timer_begin (profiler, self->profile_timers.cpu_time); in gsk_vulkan_renderer_render_texture()
211 gsk_profiler_timer_set (profiler, self->profile_timers.cpu_time, cpu_time); in gsk_vulkan_renderer_render_texture()
213 gsk_profiler_push_samples (profiler); in gsk_vulkan_renderer_render_texture()
237 GskProfiler *profiler; in gsk_vulkan_renderer_render() local
242 profiler = gsk_renderer_get_profiler (renderer); in gsk_vulkan_renderer_render()
246 gsk_profiler_timer_begin (profiler, self->profile_timers.cpu_time); in gsk_vulkan_renderer_render()
262 gsk_profiler_counter_inc (profiler, self->profile_counters.frames); in gsk_vulkan_renderer_render()
267 gsk_profiler_push_samples (profiler); in gsk_vulkan_renderer_render()
[all …]
/dports/devel/py-osprofiler/osprofiler-3.4.2/osprofiler/tests/unit/
H A Dtest_profiler.py24 from osprofiler import profiler
31 profiler.clean()
32 self.assertIsNone(profiler.get())
43 profiler.clean()
44 profiler.start("name")
53 profiler.clean()
54 profiler.stop()
59 profiler.stop(info="info")
216 @profiler.trace("test")
330 @profiler.trace_cls("rpc")
[all …]
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/api/
H A Dkeystone.py193 @profiler.trace
200 @profiler.trace
208 @profiler.trace
214 @profiler.trace
220 @profiler.trace
240 @profiler.trace
253 @profiler.trace
332 @profiler.trace
342 @profiler.trace
348 @profiler.trace
[all …]
/dports/databases/p5-DBIx-Skinny/DBIx-Skinny-0.0742/t/001_basic/
H A D017_profile.t6 my $profiler = DBIx::Skinny::Profiler->new;
10 is_deeply $profiler->query_log, [
16 $profiler->record_query(q{
24 is_deeply $profiler->query_log, [
31 $profiler->reset;
32 is_deeply $profiler->query_log, [];
36 $profiler->record_query(q{
39 is_deeply $profiler->query_log, [
43 $profiler->record_query(q{
47 $profiler->record_query(q{
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/
H A DProfilerController.php32 private $profiler; variable in Symfony\\Bundle\\WebProfilerBundle\\Controller\\ProfilerController
51 $this->profiler = $profiler;
68 if (null === $this->profiler) {
72 $this->profiler->disable();
93 $this->profiler->disable();
152 $this->profiler->disable();
194 $this->profiler->disable();
255 $this->profiler->disable();
300 $this->profiler->disable();
355 $this->profiler->disable();
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/
H A DProfilerController.php32 private $profiler; variable in Symfony\\Bundle\\WebProfilerBundle\\Controller\\ProfilerController
51 $this->profiler = $profiler;
68 if (null === $this->profiler) {
72 $this->profiler->disable();
93 $this->profiler->disable();
152 $this->profiler->disable();
194 $this->profiler->disable();
255 $this->profiler->disable();
300 $this->profiler->disable();
355 $this->profiler->disable();
[all …]
/dports/textproc/py-orange3-text/orange3-text-1.3.1/orangecontrib/text/tests/
H A Dtest_tweetprofiler.py66 self.profiler = TweetProfiler()
155 self.profiler = TweetProfiler()
177 self.profiler.on_server_down = Mock()
178 r = self.profiler.assure_server()
184 self.profiler.server = None
185 r = self.profiler.assure_server()
189 self.profiler.server = None
190 r = self.profiler.server_call('', {})
195 r = self.profiler.server_call('', {})
200 self.profiler.on_server_down = Mock()
[all …]
/dports/devel/p5-Data-ObjectDriver/Data-ObjectDriver-0.21/t/
H A D50-profiling.t40 ok( my $profiler = Data::ObjectDriver->profiler );
45 "get profiler after exception",
55 my $profiler = Data::ObjectDriver->profiler;
57 my $stats = $profiler->statistics;
61 my $log = $profiler->query_log;
72 Data::ObjectDriver->profiler->reset;
74 $stats = $profiler->statistics;
79 $stats = $profiler->statistics;
86 $stats = $profiler->statistics;
94 $frequent = $profiler->query_frequency;
[all …]
/dports/sysutils/p5-Rex/Rex-1.13.4/lib/Rex/Interface/Fs/
H A DOpenSSH.pm43 Rex::Commands::profiler()->start("ls: $path");
53 Rex::Commands::profiler()->end("ls: $path");
67 Rex::Commands::profiler()->start("is_dir: $path");
72 Rex::Commands::profiler()->end("is_dir: $path");
82 Rex::Commands::profiler()->start("is_file: $file");
87 Rex::Commands::profiler()->end("is_file: $file");
104 Rex::Commands::profiler()->start("unlink: $file");
111 Rex::Commands::profiler()->end("unlink: $file");
118 Rex::Commands::profiler()->start("stat: $file");
134 Rex::Commands::profiler()->end("stat: $file");
[all …]
/dports/databases/p5-DBIx-Skinny/DBIx-Skinny-0.0742/t/999_regression/
H A Dwhere_condition_in.t15 Mock::Basic->_attributes->{profiler} = DBIx::Skinny::Profiler->new;
21 …is +Mock::Basic->profiler->query_log->[0] , 'SELECT id, name, delete_fg FROM mock_basic WHERE (1=0…
22 Mock::Basic->profiler->reset;
27 …is +Mock::Basic->profiler->query_log->[0] , 'SELECT id, name, delete_fg FROM mock_basic WHERE (nam…
28 Mock::Basic->profiler->reset;
33 …is +Mock::Basic->profiler->query_log->[0] , 'SELECT id, name, delete_fg FROM mock_basic WHERE (1=0…
34 Mock::Basic->profiler->reset;
40 Mock::Basic->profiler->reset;
46 Mock::Basic->profiler->reset;
51 …is +Mock::Basic->profiler->query_log->[0] , 'SELECT id, name, delete_fg FROM mock_basic WHERE (1=1…
[all …]
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/dlua/layout/
H A Dhyper.lua85 profiler.start(name)
100 profiler.pop()
101 profiler.push("InitUsage")
121 profiler.pop()
122 profiler.push("ScanUsage")
131 profiler.pop()
167 profiler.pop()
181 profiler.pop()
189 profiler.pop()
204 profiler.pop()
[all …]

12345678910>>...372