Home / C# Programming / .NET Framework :: Discussion

Discussion :: .NET Framework

  1. Which of the following are valid .NET CLR JIT performance counters?

    1. Total memory used for JIT compilation
    2. Average memory used for JIT compilation
    3. Number of methods that failed to compile with the standard JIT
    4. Percentage of processor time spent performing JIT compilation
    5. Percentage of memory currently dedicated for JIT compilation

  2. A.
    1, 5
    B.
    3, 4
    C.
    1, 2
    D.
    4, 5

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment