|
The method sampling in JRockit is based on CPU sampling. This requires that you put load on the system to get any samples. The Top Hot Methods table (Figure 7-2) lists all methods sampled during the recording and sorts them with the most sampled method s first. These are the methods where most of JRockit's time is spent.

| Note: | If your recording has native sampling enabled during the recording, you can see methods prefixed by jvm, which are native methods in JRockit. |
Use the filtering function to find the method you are looking for, see Filtering Information.
|