Home
last modified time | relevance | path

Searched refs:ProfileCollector (Results 1 – 10 of 10) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DProfileCollector.java33 public class ProfileCollector { class
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DProfileCollector.java33 public class ProfileCollector { class
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DProfileCollector.java33 public class ProfileCollector { class
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DProfileCollector.java33 public class ProfileCollector { class
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DProfileCollector.java33 public class ProfileCollector {
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DProfileCollector.java33 public class ProfileCollector { class
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DProfileCollector.java33 public class ProfileCollector { class
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DProfileCollector.java33 public class ProfileCollector { class
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_acs.cpp9912 ProfileCollector prof; in ArrangeScriptProfiles()
9953 const ProfileCollector *a = (const ProfileCollector *)a_; in sort_by_total_instr()
9954 const ProfileCollector *b = (const ProfileCollector *)b_; in sort_by_total_instr()
9963 const ProfileCollector *a = (const ProfileCollector *)a_; in sort_by_min()
9964 const ProfileCollector *b = (const ProfileCollector *)b_; in sort_by_min()
9971 const ProfileCollector *a = (const ProfileCollector *)a_; in sort_by_max()
9972 const ProfileCollector *b = (const ProfileCollector *)b_; in sort_by_max()
9979 const ProfileCollector *a = (const ProfileCollector *)a_; in sort_by_avg()
9980 const ProfileCollector *b = (const ProfileCollector *)b_; in sort_by_avg()
9989 const ProfileCollector *a = (const ProfileCollector *)a_; in sort_by_runs()
[all …]
H A Dp_acs.h140 struct ProfileCollector struct
376 friend void ArrangeScriptProfiles(TArray<ProfileCollector> &profiles);
377 friend void ArrangeFunctionProfiles(TArray<ProfileCollector> &profiles);