Home
last modified time | relevance | path

Searched refs:profiler (Results 1 – 25 of 5705) sorted by relevance

12345678910>>...229

/dports/sysutils/rundeck2/pkgs/webapp/assets/
H A Dincludes-a1fb156f5d9d1d8630e91e43a3621815.css1profiler-result,.profiler-queries{color:#555;line-height:1;font-size:12px;}.profiler-result pre,.p…
H A Dincludes-a2100033a455bb4971b75f434424d059.css1profiler-result,.profiler-queries {color: #555;line-height: 1;font-size: 12px;}.profiler-result pr…
/dports/sysutils/rundeck2/pkgs/webapp/plugins/miniprofiler-0.4.1/js/
H A Dincludes.css1profiler-result,.profiler-queries{color:#555;line-height:1;font-size:12px;}.profiler-result pre,.p…
H A Dincludes.less17 .profiler-result, .profiler-queries {
82 pre, code, .profiler-number, .profiler-unit {
120 .profiler-number, .profiler-unit {
219 ….profiler-warning, .profiler-warning *, .profiler-warning .profiler-queries-show, .profiler-warnin…
245 &.profiler-no-controls .profiler-result:last-child .profiler-button, .profiler-controls {
251 .profiler-button, .profiler-controls {
259 &.profiler-no-controls .profiler-result:last-child .profiler-button, .profiler-controls {
270 .profiler-button, .profiler-controls {
373 &.profiler-min .profiler-result {
377 &.profiler-min .profiler-controls span {
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/core/
H A Dprofile.c84 static inline unsigned int profile_mean_shift ( struct profiler *profiler ) { in profile_mean_shift() argument
110 void profile_update ( struct profiler *profiler, unsigned long sample ) { in profile_update() argument
128 profiler->count++; in profile_update()
138 profiler->mean >>= ( sample_msb - profiler->mean_msb ); in profile_update()
149 profiler->mean += ( pre_delta / ( ( signed ) profiler->count ) ); in profile_update()
152 DBGC ( profiler, "PROFILER %p sample %#lx mean %s", profiler, in profile_update()
228 DBGC ( profiler, "PROFILER %p accvar %s", profiler, in profile_update()
241 unsigned long profile_mean ( struct profiler *profiler ) { in profile_mean() argument
255 unsigned long profile_variance ( struct profiler *profiler ) { in profile_variance() argument
265 return ( ( ( profiler->accvar / ( profiler->count - 1 ) ) in profile_variance()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/core/
H A Dprofile.c84 static inline unsigned int profile_mean_shift ( struct profiler *profiler ) { in profile_mean_shift() argument
110 void profile_update ( struct profiler *profiler, unsigned long sample ) { in profile_update() argument
128 profiler->count++; in profile_update()
138 profiler->mean >>= ( sample_msb - profiler->mean_msb ); in profile_update()
149 profiler->mean += ( pre_delta / ( ( signed ) profiler->count ) ); in profile_update()
152 DBGC ( profiler, "PROFILER %p sample %#lx mean %s", profiler, in profile_update()
228 DBGC ( profiler, "PROFILER %p accvar %s", profiler, in profile_update()
241 unsigned long profile_mean ( struct profiler *profiler ) { in profile_mean() argument
255 unsigned long profile_variance ( struct profiler *profiler ) { in profile_variance() argument
265 return ( ( ( profiler->accvar / ( profiler->count - 1 ) ) in profile_variance()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/core/
H A Dprofile.c84 static inline unsigned int profile_mean_shift ( struct profiler *profiler ) { in profile_mean_shift() argument
110 void profile_update ( struct profiler *profiler, unsigned long sample ) { in profile_update() argument
128 profiler->count++; in profile_update()
138 profiler->mean >>= ( sample_msb - profiler->mean_msb ); in profile_update()
149 profiler->mean += ( pre_delta / ( ( signed ) profiler->count ) ); in profile_update()
152 DBGC ( profiler, "PROFILER %p sample %#lx mean %s", profiler, in profile_update()
228 DBGC ( profiler, "PROFILER %p accvar %s", profiler, in profile_update()
241 unsigned long profile_mean ( struct profiler *profiler ) { in profile_mean() argument
255 unsigned long profile_variance ( struct profiler *profiler ) { in profile_variance() argument
265 return ( ( ( profiler->accvar / ( profiler->count - 1 ) ) in profile_variance()
[all …]
/dports/net/ipxe/ipxe-2265a65/src/core/
H A Dprofile.c84 static inline unsigned int profile_mean_shift ( struct profiler *profiler ) { in profile_mean_shift() argument
110 void profile_update ( struct profiler *profiler, unsigned long sample ) { in profile_update() argument
128 profiler->count++; in profile_update()
138 profiler->mean >>= ( sample_msb - profiler->mean_msb ); in profile_update()
149 profiler->mean += ( pre_delta / ( ( signed ) profiler->count ) ); in profile_update()
152 DBGC ( profiler, "PROFILER %p sample %#lx mean %s", profiler, in profile_update()
228 DBGC ( profiler, "PROFILER %p accvar %s", profiler, in profile_update()
241 unsigned long profile_mean ( struct profiler *profiler ) { in profile_mean() argument
255 unsigned long profile_variance ( struct profiler *profiler ) { in profile_variance() argument
265 return ( ( ( profiler->accvar / ( profiler->count - 1 ) ) in profile_variance()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/core/
H A Dprofile.c84 static inline unsigned int profile_mean_shift ( struct profiler *profiler ) { in profile_mean_shift() argument
110 void profile_update ( struct profiler *profiler, unsigned long sample ) { in profile_update() argument
128 profiler->count++; in profile_update()
138 profiler->mean >>= ( sample_msb - profiler->mean_msb ); in profile_update()
149 profiler->mean += ( pre_delta / ( ( signed ) profiler->count ) ); in profile_update()
152 DBGC ( profiler, "PROFILER %p sample %#lx mean %s", profiler, in profile_update()
228 DBGC ( profiler, "PROFILER %p accvar %s", profiler, in profile_update()
241 unsigned long profile_mean ( struct profiler *profiler ) { in profile_mean() argument
255 unsigned long profile_variance ( struct profiler *profiler ) { in profile_variance() argument
265 return ( ( ( profiler->accvar / ( profiler->count - 1 ) ) in profile_variance()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/core/
H A Dprofile.c84 static inline unsigned int profile_mean_shift ( struct profiler *profiler ) { in profile_mean_shift() argument
110 void profile_update ( struct profiler *profiler, unsigned long sample ) { in profile_update() argument
128 profiler->count++; in profile_update()
138 profiler->mean >>= ( sample_msb - profiler->mean_msb ); in profile_update()
149 profiler->mean += ( pre_delta / ( ( signed ) profiler->count ) ); in profile_update()
152 DBGC ( profiler, "PROFILER %p sample %#lx mean %s", profiler, in profile_update()
228 DBGC ( profiler, "PROFILER %p accvar %s", profiler, in profile_update()
241 unsigned long profile_mean ( struct profiler *profiler ) { in profile_mean() argument
255 unsigned long profile_variance ( struct profiler *profiler ) { in profile_variance() argument
265 return ( ( ( profiler->accvar / ( profiler->count - 1 ) ) in profile_variance()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/core/
H A Dprofile.c84 static inline unsigned int profile_mean_shift ( struct profiler *profiler ) { in profile_mean_shift() argument
110 void profile_update ( struct profiler *profiler, unsigned long sample ) { in profile_update() argument
128 profiler->count++; in profile_update()
138 profiler->mean >>= ( sample_msb - profiler->mean_msb ); in profile_update()
149 profiler->mean += ( pre_delta / ( ( signed ) profiler->count ) ); in profile_update()
152 DBGC ( profiler, "PROFILER %p sample %#lx mean %s", profiler, in profile_update()
228 DBGC ( profiler, "PROFILER %p accvar %s", profiler, in profile_update()
241 unsigned long profile_mean ( struct profiler *profiler ) { in profile_mean() argument
255 unsigned long profile_variance ( struct profiler *profiler ) { in profile_variance() argument
265 return ( ( ( profiler->accvar / ( profiler->count - 1 ) ) in profile_variance()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/core/
H A Dprofile.c83 static inline unsigned int profile_mean_shift ( struct profiler *profiler ) { in profile_mean_shift() argument
109 void profile_update ( struct profiler *profiler, unsigned long sample ) { in profile_update() argument
126 profiler->count++; in profile_update()
136 profiler->mean >>= ( sample_msb - profiler->mean_msb ); in profile_update()
147 profiler->mean += ( pre_delta / ( ( signed ) profiler->count ) ); in profile_update()
150 DBGC ( profiler, "PROFILER %p sample %#lx mean %s", profiler, in profile_update()
226 DBGC ( profiler, "PROFILER %p accvar %s", profiler, in profile_update()
239 unsigned long profile_mean ( struct profiler *profiler ) { in profile_mean() argument
253 unsigned long profile_variance ( struct profiler *profiler ) { in profile_variance() argument
263 return ( ( ( profiler->accvar / ( profiler->count - 1 ) ) in profile_variance()
[all …]
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/examples/proxies/cloverleaf3d-ref/
H A Dhydro.f90123 kernel_total=profiler%timestep+profiler%ideal_gas+profiler%viscosity+profiler%PdV &
124 +profiler%revert+profiler%acceleration+profiler%flux+profiler%cell_advection &
125 +profiler%mom_advection+profiler%reset+profiler%halo_exchange+profiler%summary &
126 +profiler%visit
139 profiler%PdV=totals(loc(1))
141 profiler%revert=totals(loc(1))
145 profiler%flux=totals(loc(1))
151 profiler%reset=totals(loc(1))
155 profiler%summary=totals(loc(1))
157 profiler%visit=totals(loc(1))
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/include/ipxe/
H A Dprofile.h26 struct profiler { struct
66 extern unsigned long profile_mean ( struct profiler *profiler );
67 extern unsigned long profile_variance ( struct profiler *profiler );
68 extern unsigned long profile_stddev ( struct profiler *profiler );
77 profile_started ( struct profiler *profiler ) { in profile_started() argument
94 profile_stopped ( struct profiler *profiler ) { in profile_stopped() argument
111 profile_elapsed ( struct profiler *profiler ) { in profile_elapsed() argument
148 profile_update ( profiler, profile_elapsed ( profiler ) ); in profile_stop_at()
158 profile_start ( struct profiler *profiler ) { in profile_start() argument
171 profile_stop ( struct profiler *profiler ) { in profile_stop() argument
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/include/ipxe/
H A Dprofile.h26 struct profiler { struct
66 extern unsigned long profile_mean ( struct profiler *profiler );
67 extern unsigned long profile_variance ( struct profiler *profiler );
68 extern unsigned long profile_stddev ( struct profiler *profiler );
77 profile_started ( struct profiler *profiler ) { in profile_started() argument
94 profile_stopped ( struct profiler *profiler ) { in profile_stopped() argument
111 profile_elapsed ( struct profiler *profiler ) { in profile_elapsed() argument
148 profile_update ( profiler, profile_elapsed ( profiler ) ); in profile_stop_at()
158 profile_start ( struct profiler *profiler ) { in profile_start() argument
171 profile_stop ( struct profiler *profiler ) { in profile_stop() argument
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/include/ipxe/
H A Dprofile.h26 struct profiler { struct
66 extern unsigned long profile_mean ( struct profiler *profiler );
67 extern unsigned long profile_variance ( struct profiler *profiler );
68 extern unsigned long profile_stddev ( struct profiler *profiler );
77 profile_started ( struct profiler *profiler ) { in profile_started() argument
94 profile_stopped ( struct profiler *profiler ) { in profile_stopped() argument
111 profile_elapsed ( struct profiler *profiler ) { in profile_elapsed() argument
148 profile_update ( profiler, profile_elapsed ( profiler ) ); in profile_stop_at()
158 profile_start ( struct profiler *profiler ) { in profile_start() argument
171 profile_stop ( struct profiler *profiler ) { in profile_stop() argument
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/include/ipxe/
H A Dprofile.h26 struct profiler { struct
66 extern unsigned long profile_mean ( struct profiler *profiler );
67 extern unsigned long profile_variance ( struct profiler *profiler );
68 extern unsigned long profile_stddev ( struct profiler *profiler );
77 profile_started ( struct profiler *profiler ) { in profile_started() argument
94 profile_stopped ( struct profiler *profiler ) { in profile_stopped() argument
111 profile_elapsed ( struct profiler *profiler ) { in profile_elapsed() argument
148 profile_update ( profiler, profile_elapsed ( profiler ) ); in profile_stop_at()
158 profile_start ( struct profiler *profiler ) { in profile_start() argument
171 profile_stop ( struct profiler *profiler ) { in profile_stop() argument
[all …]
/dports/net/ipxe/ipxe-2265a65/src/include/ipxe/
H A Dprofile.h26 struct profiler { struct
66 extern unsigned long profile_mean ( struct profiler *profiler );
67 extern unsigned long profile_variance ( struct profiler *profiler );
68 extern unsigned long profile_stddev ( struct profiler *profiler );
77 profile_started ( struct profiler *profiler ) { in profile_started() argument
94 profile_stopped ( struct profiler *profiler ) { in profile_stopped() argument
111 profile_elapsed ( struct profiler *profiler ) { in profile_elapsed() argument
148 profile_update ( profiler, profile_elapsed ( profiler ) ); in profile_stop_at()
158 profile_start ( struct profiler *profiler ) { in profile_start() argument
171 profile_stop ( struct profiler *profiler ) { in profile_stop() argument
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/include/ipxe/
H A Dprofile.h26 struct profiler { struct
66 extern unsigned long profile_mean ( struct profiler *profiler );
67 extern unsigned long profile_variance ( struct profiler *profiler );
68 extern unsigned long profile_stddev ( struct profiler *profiler );
77 profile_started ( struct profiler *profiler ) { in profile_started() argument
94 profile_stopped ( struct profiler *profiler ) { in profile_stopped() argument
111 profile_elapsed ( struct profiler *profiler ) { in profile_elapsed() argument
148 profile_update ( profiler, profile_elapsed ( profiler ) ); in profile_stop_at()
158 profile_start ( struct profiler *profiler ) { in profile_start() argument
171 profile_stop ( struct profiler *profiler ) { in profile_stop() argument
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/include/ipxe/
H A Dprofile.h26 struct profiler { struct
66 extern unsigned long profile_mean ( struct profiler *profiler );
67 extern unsigned long profile_variance ( struct profiler *profiler );
68 extern unsigned long profile_stddev ( struct profiler *profiler );
77 profile_started ( struct profiler *profiler ) { in profile_started() argument
94 profile_stopped ( struct profiler *profiler ) { in profile_stopped() argument
111 profile_elapsed ( struct profiler *profiler ) { in profile_elapsed() argument
148 profile_update ( profiler, profile_elapsed ( profiler ) ); in profile_stop_at()
158 profile_start ( struct profiler *profiler ) { in profile_start() argument
171 profile_stop ( struct profiler *profiler ) { in profile_stop() argument
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/include/ipxe/
H A Dprofile.h26 struct profiler { struct
66 extern unsigned long profile_mean ( struct profiler *profiler );
67 extern unsigned long profile_variance ( struct profiler *profiler );
68 extern unsigned long profile_stddev ( struct profiler *profiler );
77 profile_started ( struct profiler *profiler ) { in profile_started() argument
94 profile_stopped ( struct profiler *profiler ) { in profile_stopped() argument
111 profile_elapsed ( struct profiler *profiler ) { in profile_elapsed() argument
148 profile_update ( profiler, profile_elapsed ( profiler ) ); in profile_stop_at()
158 profile_start ( struct profiler *profiler ) { in profile_start() argument
171 profile_stop ( struct profiler *profiler ) { in profile_stop() argument
[all …]
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/dlua/
H A Dprofiler.lua6 profiler = {}
27 profiler.done = {}
28 profiler.top = profiler.done
38 profiler.level = profiler.level + 1
42 local op = profiler.stack[#(profiler.stack)]
43 table.remove(profiler.stack,#(profiler.stack))
45 profiler.top = profiler.stack[#(profiler.stack)].children
47 profiler.top = profiler.done
51 profiler.level = profiler.level - 1
57 if profiler.name == nil then profiler.name = "Profile" end
[all …]
/dports/print/limereport/LimeReport-1.5.35/3rdparty/easyprofiler/easy_profiler_core/
H A Dprofile_manager.h72 namespace profiler { class ValueId; }
82 typedef profiler::guard_lock<profiler::spin_lock> guard_lock_t;
87 typedef std::unordered_map<profiler::hashed_cstr, profiler::block_id_t> descriptors_map_t;
89 typedef std::unordered_map<profiler::hashed_stdstring, profiler::block_id_t> descriptors_map_t;
117 void setBlockStatus(profiler::block_id_t _id, profiler::EasyBlockStatus _status);
134 … const profiler::BaseBlockDescriptor* addBlockDescriptor(profiler::EasyBlockStatus _defaultStatus,
143 …toreValue(const profiler::BaseBlockDescriptor* _desc, profiler::DataType _type, const void* _data,…
145 …bool storeBlock(const profiler::BaseBlockDescriptor* _desc, const char* _runtimeName, profiler::ti…
146 void beginBlock(profiler::Block& _block);
149 profiler::timestamp_t maxFrameDuration();
[all …]
/dports/databases/pgfouine/pgfouine-1.2/tests/
H A DTestProfiler.class.php17 $profiler = new Profiler();
18 $profiler->start();
24 $profiler->end();
37 $profiler->start();
47 $profiler->end();
64 $profiler->start();
74 $profiler->end();
89 $profiler->start();
113 $profiler->end();
146 $profiler->start();
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgsruntimeprofiler.cpp51 QgsRuntimeProfiler profiler; in testGroups() local
53 QVERIFY( profiler.groups().isEmpty() ); in testGroups()
59 QCOMPARE( profiler.groups().count(), 1 ); in testGroups()
67 QCOMPARE( profiler.groups().count(), 2 ); in testGroups()
77 QCOMPARE( profiler.groups().count(), 2 ); in testGroups()
80 profiler.end( QStringLiteral( "group 1" ) ); in testGroups()
82 profiler.end( QStringLiteral( "group 2" ) ); in testGroups()
84 profiler.end( QStringLiteral( "group 1" ) ); in testGroups()
117 QgsApplication::profiler()->clear(); in threading()
118 QCOMPARE( QgsApplication::profiler()->rowCount(), 0 ); in threading()
[all …]

12345678910>>...229