python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Tracing a task-based application with OMPT
I am trying to use OMPT to trace a task-based application.
These are the compile options I used to compile the LLVM OpenMP runtime:
cmake ../openmp -G "Unix Makefiles" -DCMAKE_C_COMPILER=cla...
Rey Reddington
Votes: 0
Answers: 1
Java Brave Zipkin: TraceId unchanged for each different http requests
Small tracing question regarding Java and Brave/Zipkin please.
I am having a very small program, using Java 11 and Brave with versions as follow:
<dependency>
<groupId>...

PatPanda
Votes: 0
Answers: 1
SqlClient Traces on Azure
How do I enable and view SqlClient traces on Azure?
I have a web app hosted on Azure and it uses SqlClient.
I know that we can use XPerf/PerfView to collect and view traces. But I am not sure how to u...
coder
Votes: 0
Answers: 1
Is there a way to get the full trace of a request given a starting point from anywhere in the lifecycle of the trace?
Is there a way to get the full trace request given a starting point from anywhere in the lifecycle of the trace?
Basically, if I have a middle point or an end point of a trace, can I use those points ...
lonelyswing
Votes: 0
Answers: 2