What is JIT actual time
What is JIT actual time?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajendra TripathyPosted Aug 27, 2014, 11:45 AM
Unfortunately there is no "Absolute time in JIT" statistic that you will be able to get. The CLR does expose a "% Time in Jit" performance counter that it updates periodically, but it is only as accurate as it chooses to sample.
You can access this performance counter pretty easily through tools like RedGate's ANTS Profiler.. (As I am aware of this tool... may be you can get some other tools also..)
VulpesPosted Mar 9, 2014, 4:58 PM
If this is something you've read in a .NET book, can you tell us in what context it appears?
Deepak Kumar ChoudharyPosted Mar 9, 2014, 9:09 AM
http://www.c-sharpcorner.com/UploadFile/nipuntomar/jit-just-in-time-compiler/