tools...

  • Thread starter Thread starter Ginny
  • Start date Start date
G

Ginny

are there any good tools that can show us the loading time of an
application, etc?? in case when we use jit or ngen.exe??
 
Ginny said:
are there any good tools that can show us the loading time of an
application, etc?? in case when we use jit or ngen.exe??

Is there something wrong with the '?' key on your keyboard? :)

One tool: "Performance Monitor". You'll find it in the Administrative
Tools section of your Control Panel. The counter you need to add is .NET
CLR Jit, % Time in Jit.

-- Barry
 
Thanks Barry ??? :) Nothing wrong with my keyboard, just a bad habit, i
guess. Thanks for your support. :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

JIT 2
Interview Questions Feb 24, 2006 2
NGen.exe question 4
Forcing JIT of assemblies 3
econo jit 1
.Net Framework Configuration 0
clr and jit 5
.Net JIT and performance profiling 1

Back
Top