Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6174349
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T23:44:21+00:00 2026-05-23T23:44:21+00:00

How can I trace the JIT compilation of an application? We have a small

  • 0

How can I trace the JIT compilation of an application? We have a small asp.net application that is part of a larger website (classic asp for the rest of the code) so it’s not accessed very frequently and is (likely) recompiling after a timeout or app pool recycle. The recompilation is taking up to 2 minutes!!

Is there a tracing tool or counters in perfmon that can help me trace what exactly is going on?

I was going to try and precompile but I think timeouts and app pool recycles will render that useless. (or is that a bad assumption?)

Thx in advance!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T23:44:22+00:00Added an answer on May 23, 2026 at 11:44 pm

    If you truly believe that the problem is Jit, you can use .NET Performance Counters. Open the “Performance” Management Console (it varies by operating system) and click the +, then add the .NET CLR Jit counter:

    Jit Performance Counter

    This will allow you to get some simple metrics about Jit, how much time is being spent in it, etc.

    Now, I don’t think the problem is entirely on “Jit”. It might be ASP.NET compiling your application into Temporary ASP.NET Files, it might be Strong Name signature checking, etc. I would consider many other things besides the CLR Jit.

    Jit specifically is when IL code is compiled into native code by the runtime, or finds it in NGEN. Your whole application doesn’t get JITed all at once – each method is JITed on a case by case basis.

    I think your best shot is to also look at the Compilations Total counter under the ASP.NET Applications object, and try pre-compiling your website.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I have a trace of native code generated by the JIT-Compiler ?
My android application sends data to my website. Right now, anyone who can trace
I have a .NET Windows application in the production that has no access to
Is there any way that wp7 application in windows phone can trace the sms
Visual Studio 2010 .NET 3.5 Is there any tool that can trace the http
My timer has three variables that I can trace to the output window, but
Is there a way that I can trace every method, basically a line trace,
I am looking for a tool like ltrace or strace that can trace locally
I have a function that inserts data into a SQLite database. I can manually
I have a Delphi 6 application that sends bitmaps to a DirectShow DLL in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.