NGen

M

Markus Wöß

Hi!

How can I test if the .NET runtime uses the native image produced by ngen???
I have played a little bit around with ngen, but I haven't noticed any speed
difference. Perhaps I have done something wrong - so I wonder how I can
approve that I have used ngen correctly...

Have fun
Bunnz

www.bunnz.com
 
M

Markus Wöß

yes that's true,
but the fact that there is a JITed assembly in the cache doesn't mean that
it is really used (there are several cases like for example different
hardware, ....)

so how can I test at runtime if the preJITed image is used?
 
J

Jens Thiel

Markus Wöß said:
yes that's true,
but the fact that there is a JITed assembly in the cache doesn't mean that
it is really used (there are several cases like for example different
hardware, ....)

so how can I test at runtime if the preJITed image is used?

check the fusion log.

search MSDN for FusLogVw and have a look at
http://blogs.gotdotnet.com/suzcook/

Jens.
 

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

Top