Home
last modified time | relevance | path

Searched refs:profiling_context (Results 1 – 5 of 5) sorted by relevance

/dports/lang/cjs/cjs-4.8.2/cjs/
H A Dprofiler.cpp131 static GjsContext *profiling_context; variable
214 if (profiling_context == context) { in _gjs_profiler_new()
219 if (profiling_context) { in _gjs_profiler_new()
233 profiling_context = context; in _gjs_profiler_new()
256 profiling_context = nullptr; in _gjs_profiler_free()
292 GjsProfiler *self = gjs_context_get_profiler(profiling_context); in gjs_profiler_sigprof()
617 g_return_if_fail(context == profiling_context); in _gjs_profiler_setup_signals()
/dports/lang/gjs/gjs-1.70.0/gjs/
H A Dprofiler.cpp117 static GjsContext *profiling_context; variable
260 if (profiling_context == context) { in _gjs_profiler_new()
265 if (profiling_context) { in _gjs_profiler_new()
279 profiling_context = context; in _gjs_profiler_new()
302 profiling_context = nullptr; in _gjs_profiler_free()
339 GjsProfiler *self = gjs_context_get_profiler(profiling_context); in gjs_profiler_sigprof()
688 g_return_if_fail(context == profiling_context); in _gjs_profiler_setup_signals()
/dports/x11/xpra/xpra-4.3/tests/unittests/unit/net/
H A Dprotocol_test.py65 def profiling_context(self, basename): member in make_profiling_protocol_class.ProfileProtocol
73 with self.profiling_context("%s-format-thread" % protocol_class.TYPE):
77 with self.profiling_context("%s-read-parse-thread" % protocol_class.TYPE):
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgcpriv.h1296 size_t profiling_context; member
1308 void walk_relocation (size_t profiling_context, record_surv_fn fn);
1318 void walk_survivors_for_bgc (size_t profiling_context, record_surv_fn fn);
1323 void walk_survivors_relocation (size_t profiling_context, record_surv_fn fn);
1325 void walk_survivors_for_loh (size_t profiling_context, record_surv_fn fn);
2167 void walk_relocation_for_loh (size_t profiling_context, record_surv_fn fn);
H A Dgc.cpp21222 void gc_heap::walk_relocation_for_loh (size_t profiling_context, record_surv_fn fn) argument
21252 fn (o, (o + size), reloc, profiling_context, settings.compaction, FALSE);
24135 void gc_heap::walk_relocation (size_t profiling_context, record_surv_fn fn) argument
24151 args.profiling_context = profiling_context;
24206 void gc_heap::walk_survivors_for_bgc (size_t profiling_context, record_surv_fn fn) argument
24266 profiling_context,
30685 void gc_heap::walk_survivors_relocation (size_t profiling_context, record_surv_fn fn) argument
30688 walk_relocation (profiling_context, fn);
30693 walk_relocation_for_loh (profiling_context, fn);
30698 void gc_heap::walk_survivors_for_loh (size_t profiling_context, record_surv_fn fn) argument
[all …]