Home
last modified time | relevance | path

Searched refs:_tracer (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/grpc-ecosystem/grpc-opentracing/python/tests/
H A Dtest_opentracing.py6 from _tracer import Tracer, SpanRelationship
15 self._tracer = Tracer()
28 span0 = self._tracer.get_span(0)
32 span1 = self._tracer.get_span(1)
50 span0 = self._tracer.get_span(0)
54 span1 = self._tracer.get_span(1)
196 self._tracer = Tracer()
305 self._tracer = Tracer()
327 self._tracer = Tracer()
434 self._tracer = Tracer()
[all …]
/dports/devel/py-sarge/sarge-0.1.6/
H A Dstack_tracer.py58 _tracer = None variable
62 global _tracer
63 if _tracer is None:
64 _tracer = TraceDumper(path, interval)
65 _tracer.daemon = True
66 _tracer.start()
68 raise Exception('Already tracing to %s' % _tracer.path)
73 global _tracer
74 if _tracer is not None:
75 _tracer.stop()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dtracer.h42 class _tracer : public _game_volume {
48 inline _tracer() { m_pyBarrierMemFile = NULL; m_nPadding[0] = 0; } in _tracer() function
49 virtual inline ~_tracer() { ; } in ~_tracer()
71 _tracer(const _tracer &t) : _game_volume(t) { ; } in _tracer() function
72 void operator=(const _tracer &t) { ; }
88 inline const _route_barrier *_tracer::GetBarrier(uint32 i) const { in GetBarrier()
98 extern _tracer *g_oTracer; // Object for doing the plotting of bullets and line-of-sight.
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/
H A Dg1FullGCScope.cpp35 _tracer(), in G1FullGCScope()
42 _tracer.report_gc_start(_g1h->gc_cause(), _timer.gc_start()); in G1FullGCScope()
44 _g1h->trace_heap_before_gc(&_tracer); in G1FullGCScope()
53 _g1h->trace_heap_after_gc(&_tracer); in ~G1FullGCScope()
56 _tracer.report_gc_end(_timer.gc_end(), _timer.time_partitions()); in ~G1FullGCScope()
72 return &_tracer; in tracer()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1FullGCScope.cpp35 _tracer(), in G1FullGCScope()
42 _tracer.report_gc_start(_g1h->gc_cause(), _timer.gc_start()); in G1FullGCScope()
44 _g1h->trace_heap_before_gc(&_tracer); in G1FullGCScope()
53 _g1h->trace_heap_after_gc(&_tracer); in ~G1FullGCScope()
56 _tracer.report_gc_end(_timer.gc_end(), _timer.time_partitions()); in ~G1FullGCScope()
72 return &_tracer; in tracer()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/
H A Dg1FullGCScope.cpp35 _tracer(), in G1FullGCScope()
42 _tracer.report_gc_start(_g1h->gc_cause(), _timer.gc_start()); in G1FullGCScope()
44 _g1h->trace_heap_before_gc(&_tracer); in G1FullGCScope()
53 _g1h->trace_heap_after_gc(&_tracer); in ~G1FullGCScope()
56 _tracer.report_gc_end(_timer.gc_end(), _timer.time_partitions()); in ~G1FullGCScope()
72 return &_tracer; in tracer()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1FullGCScope.cpp35 _tracer(), in G1FullGCScope()
42 _tracer.report_gc_start(_g1h->gc_cause(), _timer.gc_start()); in G1FullGCScope()
44 _g1h->trace_heap_before_gc(&_tracer); in G1FullGCScope()
53 _g1h->trace_heap_after_gc(&_tracer); in ~G1FullGCScope()
56 _tracer.report_gc_end(_timer.gc_end(), _timer.time_partitions()); in ~G1FullGCScope()
72 return &_tracer; in tracer()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A Dg1FullGCScope.cpp35 _tracer(), in G1FullGCScope()
42 _tracer.report_gc_start(_g1h->gc_cause(), _timer.gc_start()); in G1FullGCScope()
44 _g1h->trace_heap_before_gc(&_tracer); in G1FullGCScope()
53 _g1h->trace_heap_after_gc(&_tracer); in ~G1FullGCScope()
56 _tracer.report_gc_end(_timer.gc_end(), _timer.time_partitions()); in ~G1FullGCScope()
72 return &_tracer; in tracer()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1FullGCScope.cpp35 _tracer(), in G1FullGCScope()
43 _tracer.report_gc_start(_g1h->gc_cause(), _timer.gc_start()); in G1FullGCScope()
45 _g1h->trace_heap_before_gc(&_tracer); in G1FullGCScope()
54 _g1h->trace_heap_after_gc(&_tracer); in ~G1FullGCScope()
57 _tracer.report_gc_end(_timer.gc_end(), _timer.time_partitions()); in ~G1FullGCScope()
73 return &_tracer; in tracer()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1FullGCScope.cpp35 _tracer(), in G1FullGCScope()
43 _tracer.report_gc_start(_g1h->gc_cause(), _timer.gc_start()); in G1FullGCScope()
45 _g1h->trace_heap_before_gc(&_tracer); in G1FullGCScope()
54 _g1h->trace_heap_after_gc(&_tracer); in ~G1FullGCScope()
57 _tracer.report_gc_end(_timer.gc_end(), _timer.time_partitions()); in ~G1FullGCScope()
73 return &_tracer; in tracer()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1FullGCScope.cpp38 _tracer(), in G1FullGCScope()
48 _tracer.report_gc_start(_g1h->gc_cause(), _timer.gc_start()); in G1FullGCScope()
50 _g1h->trace_heap_before_gc(&_tracer); in G1FullGCScope()
59 _g1h->trace_heap_after_gc(&_tracer); in ~G1FullGCScope()
62 _tracer.report_gc_end(_timer.gc_end(), _timer.time_partitions()); in ~G1FullGCScope()
78 return &_tracer; in tracer()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Http.Test/Tracing/Tracers/
H A DContentNegotiatorTracerTest.cs17 private readonly ContentNegotiatorTracer _tracer; field in System.Web.Http.Tracing.Tracers.ContentNegotiatorTracerTest
22 _tracer = new ContentNegotiatorTracer(_mockNegotiator.Object, _traceWriter); in ContentNegotiatorTracerTest()
29 … ((IContentNegotiator)_tracer).Negotiate(typeof(int), _request, new MediaTypeFormatter[0]); in Negotiate_Calls_Inner_Negotiate()
50 …var result = ((IContentNegotiator)_tracer).Negotiate(typeof(int), _request, new MediaTypeFormatter… in Negotiate_Returns_Inner_MediaType()
68 …var result = ((IContentNegotiator)_tracer).Negotiate(typeof(int), _request, new MediaTypeFormatter… in Negotiate_Returns_Wrapped_Inner_XmlFormatter()
86 …var result = ((IContentNegotiator)_tracer).Negotiate(typeof(int), _request, new MediaTypeFormatter… in Negotiate_Returns_Wrapped_Inner_JsonFormatter()
104 …var result = ((IContentNegotiator)_tracer).Negotiate(typeof(int), _request, new MediaTypeFormatter… in Negotiate_Returns_Wrapped_Inner_FormUrlEncodedFormatter()
121 …var result = ((IContentNegotiator)_tracer).Negotiate(typeof(int), _request, new MediaTypeFormatter… in Negotiate_Returns_Null_Inner_Formatter()
144 … ((IContentNegotiator)_tracer).Negotiate(typeof(int), _request, new MediaTypeFormatter[0]); in Negotiate_Traces_BeginEnd()
162 …on = Assert.Throws<InvalidOperationException>(() => ((IContentNegotiator)_tracer).Negotiate(typeof… in Negotiate_Throws_When_Inner_Throws()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahUtils.cpp44 _tracer(_heap->tracer()) { in ShenandoahGCSession()
49 _tracer->report_gc_start(cause, _timer->gc_start()); in ShenandoahGCSession()
50 _heap->trace_heap_before_gc(_tracer); in ShenandoahGCSession()
69 _heap->trace_heap_after_gc(_tracer); in ~ShenandoahGCSession()
70 _tracer->report_gc_reference_stats(_heap->ref_processor()->reference_process_stats()); in ~ShenandoahGCSession()
71 _tracer->report_gc_end(_timer->gc_end(), _timer->time_partitions()); in ~ShenandoahGCSession()
92 _tracer(title, NULL, GCCause::_no_gc, log_heap_usage), in ShenandoahPausePhase()
103 _tracer(title, NULL, GCCause::_no_gc, log_heap_usage), in ShenandoahConcurrentPhase()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahUtils.cpp42 _tracer(_heap->tracer()) { in ShenandoahGCSession()
47 _tracer->report_gc_start(cause, _timer->gc_start()); in ShenandoahGCSession()
48 _heap->trace_heap_before_gc(_tracer); in ShenandoahGCSession()
67 _heap->trace_heap_after_gc(_tracer); in ~ShenandoahGCSession()
68 _tracer->report_gc_end(_timer->gc_end(), _timer->time_partitions()); in ~ShenandoahGCSession()
89 _tracer(title, NULL, GCCause::_no_gc, log_heap_usage), in ShenandoahPausePhase()
99 _tracer(title, NULL, GCCause::_no_gc, log_heap_usage), in ShenandoahConcurrentPhase()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahUtils.cpp42 _tracer(_heap->tracer()) { in ShenandoahGCSession()
47 _tracer->report_gc_start(cause, _timer->gc_start()); in ShenandoahGCSession()
48 _heap->trace_heap_before_gc(_tracer); in ShenandoahGCSession()
67 _heap->trace_heap_after_gc(_tracer); in ~ShenandoahGCSession()
68 _tracer->report_gc_end(_timer->gc_end(), _timer->time_partitions()); in ~ShenandoahGCSession()
89 _tracer(title, NULL, GCCause::_no_gc, log_heap_usage), in ShenandoahPausePhase()
99 _tracer(title, NULL, GCCause::_no_gc, log_heap_usage), in ShenandoahConcurrentPhase()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahUtils.cpp42 _tracer(_heap->tracer()) { in ShenandoahGCSession()
47 _tracer->report_gc_start(cause, _timer->gc_start()); in ShenandoahGCSession()
48 _heap->trace_heap_before_gc(_tracer); in ShenandoahGCSession()
67 _heap->trace_heap_after_gc(_tracer); in ~ShenandoahGCSession()
68 _tracer->report_gc_end(_timer->gc_end(), _timer->time_partitions()); in ~ShenandoahGCSession()
89 _tracer(title, NULL, GCCause::_no_gc, log_heap_usage), in ShenandoahPausePhase()
99 _tracer(title, NULL, GCCause::_no_gc, log_heap_usage), in ShenandoahConcurrentPhase()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahUtils.cpp43 _tracer(_heap->tracer()) { in ShenandoahGCSession()
48 _tracer->report_gc_start(cause, _timer->gc_start()); in ShenandoahGCSession()
49 _heap->trace_heap_before_gc(_tracer); in ShenandoahGCSession()
68 _heap->trace_heap_after_gc(_tracer); in ~ShenandoahGCSession()
69 _tracer->report_gc_end(_timer->gc_end(), _timer->time_partitions()); in ~ShenandoahGCSession()
90 _tracer(title, NULL, GCCause::_no_gc, log_heap_usage), in ShenandoahPausePhase()
101 _tracer(title, NULL, GCCause::_no_gc, log_heap_usage), in ShenandoahConcurrentPhase()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahUtils.cpp43 _tracer(_heap->tracer()) { in ShenandoahGCSession()
48 _tracer->report_gc_start(cause, _timer->gc_start()); in ShenandoahGCSession()
49 _heap->trace_heap_before_gc(_tracer); in ShenandoahGCSession()
68 _heap->trace_heap_after_gc(_tracer); in ~ShenandoahGCSession()
69 _tracer->report_gc_end(_timer->gc_end(), _timer->time_partitions()); in ~ShenandoahGCSession()
90 _tracer(title, NULL, GCCause::_no_gc, log_heap_usage), in ShenandoahPausePhase()
101 _tracer(title, NULL, GCCause::_no_gc, log_heap_usage), in ShenandoahConcurrentPhase()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shenandoah/
H A DshenandoahUtils.cpp43 _tracer(_heap->tracer()) { in ShenandoahGCSession()
49 _tracer->report_gc_start(cause, _timer->gc_start()); in ShenandoahGCSession()
50 _heap->trace_heap(GCWhen::BeforeGC, _tracer); in ShenandoahGCSession()
69 _heap->trace_heap(GCWhen::AfterGC, _tracer); in ~ShenandoahGCSession()
70 _tracer->report_gc_end(_timer->gc_end(), _timer->time_partitions()); in ~ShenandoahGCSession()
/dports/devel/py-Automat/Automat-20.2.0/automat/
H A D_core.py148 self._tracer = None
151 self._tracer = tracer
160 if self._tracer:
161 outTracer = self._tracer(self._state._name(),
/dports/devel/py-opencensus/opencensus-0.7.13/opencensus/trace/
H A Dutils.py87 _tracer = execution_context.get_opencensus_tracer()
91 _tracer.exporter.host_name,
92 _tracer.exporter.port
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/antlr4-cpp-runtime/runtime/src/
H A DParser.cpp85 delete _tracer; in ~Parser()
613 if (_tracer) in setTrace()
614 removeParseListener(_tracer); in setTrace()
615 delete _tracer; in setTrace()
616 _tracer = nullptr; in setTrace()
618 if (_tracer) in setTrace()
619 removeParseListener(_tracer); // Just in case this is triggered multiple times. in setTrace()
620 _tracer = new TraceListener(this); in setTrace()
621 addParseListener(_tracer); in setTrace()
626 return _tracer != nullptr; in isTrace()
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Cpp/runtime/src/
H A DParser.cpp85 delete _tracer; in ~Parser()
613 if (_tracer) in setTrace()
614 removeParseListener(_tracer); in setTrace()
615 delete _tracer; in setTrace()
616 _tracer = nullptr; in setTrace()
618 if (_tracer) in setTrace()
619 removeParseListener(_tracer); // Just in case this is triggered multiple times. in setTrace()
620 _tracer = new TraceListener(this); in setTrace()
621 addParseListener(_tracer); in setTrace()
626 return _tracer != nullptr; in isTrace()
[all …]
/dports/devel/libantlr4/libantlr4-4.9.3/runtime/src/
H A DParser.cpp85 delete _tracer; in ~Parser()
613 if (_tracer) in setTrace()
614 removeParseListener(_tracer); in setTrace()
615 delete _tracer; in setTrace()
616 _tracer = nullptr; in setTrace()
618 if (_tracer) in setTrace()
619 removeParseListener(_tracer); // Just in case this is triggered multiple times. in setTrace()
620 _tracer = new TraceListener(this); in setTrace()
621 addParseListener(_tracer); in setTrace()
626 return _tracer != nullptr; in isTrace()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/
H A DParser.cpp83 delete _tracer; in ~Parser()
605 if (_tracer) removeParseListener(_tracer); in setTrace()
606 delete _tracer; in setTrace()
607 _tracer = nullptr; in setTrace()
609 if (_tracer) in setTrace()
611 _tracer); // Just in case this is triggered multiple times. in setTrace()
612 _tracer = new TraceListener(this); in setTrace()
613 addParseListener(_tracer); in setTrace()
617 bool Parser::isTrace() const { return _tracer != nullptr; } in isTrace()
635 _tracer = nullptr; in InitializeInstanceFields()

1234567