PerfCollect does not collect all trace #1565
Answered
by
brianrob
mallikarjunraju
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
brianrob
Feb 7, 2022
Replies: 1 comment 4 replies
-
You are very close. The key is that these commands must be run in the same shell that starts the app, so that the app gets these environment variables set in its environment:
These environment variables control runtime behavior and not As far as |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
mallikarjunraju
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are very close. The key is that these commands must be run in the same shell that starts the app, so that the app gets these environment variables set in its environment:
These environment variables control runtime behavior and not
perfcollect
behavior.As far as
dotnet-trace
what you are showing looks right to me. One of the big differences fordotnet-trace
is that it only shows managed frames, and so you shouldn't expect to see any native or runtime stack frames there.