Home
last modified time | relevance | path

Searched refs:TimePartitions (Results 1 – 25 of 66) sorted by relevance

123

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/
H A DgcTimer.cpp105 GCPhase::PhaseType TimePartitions::current_phase_type() const { in current_phase_type()
115 TimePartitions::TimePartitions() { in TimePartitions() function in TimePartitions
120 TimePartitions::~TimePartitions() { in ~TimePartitions()
125 void TimePartitions::clear() { in clear()
132 void TimePartitions::report_gc_phase_start(const char* name, const Ticks& time, GCPhase::PhaseType … in report_gc_phase_start()
155 void TimePartitions::report_gc_phase_start_sub_phase(const char* name, const Ticks& time) { in report_gc_phase_start_sub_phase()
165 void TimePartitions::update_statistics(GCPhase* phase) { in update_statistics()
173 void TimePartitions::report_gc_phase_end(const Ticks& time) { in report_gc_phase_end()
180 int TimePartitions::num_phases() const { in num_phases()
184 GCPhase* TimePartitions::phase_at(int index) const { in phase_at()
[all …]
H A DgcTimer.hpp97 class TimePartitions { class
113 TimePartitions();
114 ~TimePartitions();
144 TimePartitions _time_partitions;
159 TimePartitions* time_partitions() { return &_time_partitions; } in time_partitions()
175 TimePartitions* _time_partitions;
179 …TimePartitionPhasesIterator(TimePartitions* time_partitions) : _time_partitions(time_partitions), … in TimePartitionPhasesIterator()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/
H A DgcTimer.cpp105 GCPhase::PhaseType TimePartitions::current_phase_type() const { in current_phase_type()
115 TimePartitions::TimePartitions() { in TimePartitions() function in TimePartitions
120 TimePartitions::~TimePartitions() { in ~TimePartitions()
125 void TimePartitions::clear() { in clear()
132 void TimePartitions::report_gc_phase_start(const char* name, const Ticks& time, GCPhase::PhaseType … in report_gc_phase_start()
155 void TimePartitions::report_gc_phase_start_sub_phase(const char* name, const Ticks& time) { in report_gc_phase_start_sub_phase()
165 void TimePartitions::update_statistics(GCPhase* phase) { in update_statistics()
173 void TimePartitions::report_gc_phase_end(const Ticks& time) { in report_gc_phase_end()
180 int TimePartitions::num_phases() const { in num_phases()
184 GCPhase* TimePartitions::phase_at(int index) const { in phase_at()
[all …]
H A DgcTimer.hpp97 class TimePartitions { class
113 TimePartitions();
114 ~TimePartitions();
144 TimePartitions _time_partitions;
159 TimePartitions* time_partitions() { return &_time_partitions; } in time_partitions()
175 TimePartitions* _time_partitions;
179 …TimePartitionPhasesIterator(TimePartitions* time_partitions) : _time_partitions(time_partitions), … in TimePartitionPhasesIterator()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/
H A DgcTimer.cpp105 GCPhase::PhaseType TimePartitions::current_phase_type() const { in current_phase_type()
115 TimePartitions::TimePartitions() { in TimePartitions() function in TimePartitions
120 TimePartitions::~TimePartitions() { in ~TimePartitions()
125 void TimePartitions::clear() { in clear()
132 void TimePartitions::report_gc_phase_start(const char* name, const Ticks& time, GCPhase::PhaseType … in report_gc_phase_start()
155 void TimePartitions::report_gc_phase_start_sub_phase(const char* name, const Ticks& time) { in report_gc_phase_start_sub_phase()
165 void TimePartitions::update_statistics(GCPhase* phase) { in update_statistics()
173 void TimePartitions::report_gc_phase_end(const Ticks& time) { in report_gc_phase_end()
180 int TimePartitions::num_phases() const { in num_phases()
184 GCPhase* TimePartitions::phase_at(int index) const { in phase_at()
[all …]
H A DgcTimer.hpp97 class TimePartitions { class
113 TimePartitions();
114 ~TimePartitions();
144 TimePartitions _time_partitions;
159 TimePartitions* time_partitions() { return &_time_partitions; } in time_partitions()
175 TimePartitions* _time_partitions;
179 …TimePartitionPhasesIterator(TimePartitions* time_partitions) : _time_partitions(time_partitions), … in TimePartitionPhasesIterator()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTimer.cpp104 TimePartitions::TimePartitions() { in TimePartitions() function in TimePartitions
109 TimePartitions::~TimePartitions() { in ~TimePartitions()
114 void TimePartitions::clear() { in clear()
152 int TimePartitions::num_phases() const { in num_phases()
163 bool TimePartitions::has_active_phases() { in has_active_phases()
200 TimePartitions time_partitions; in one_pause()
214 TimePartitions time_partitions; in two_pauses()
232 TimePartitions time_partitions; in one_sub_pause_phase()
250 TimePartitions time_partitions; in max_nested_pause_phases()
274 TimePartitions time_partitions; in many_sub_pause_phases()
[all …]
H A DgcTimer.hpp99 class TimePartitions { class
110 TimePartitions();
111 ~TimePartitions();
139 TimePartitions _time_partitions;
151 TimePartitions* time_partitions() { return &_time_partitions; } in time_partitions()
171 TimePartitions* _time_partitions;
175 …TimePartitionPhasesIterator(TimePartitions* time_partitions) : _time_partitions(time_partitions), … in TimePartitionPhasesIterator()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTimer.cpp104 TimePartitions::TimePartitions() { in TimePartitions() function in TimePartitions
109 TimePartitions::~TimePartitions() { in ~TimePartitions()
114 void TimePartitions::clear() { in clear()
152 int TimePartitions::num_phases() const { in num_phases()
163 bool TimePartitions::has_active_phases() { in has_active_phases()
200 TimePartitions time_partitions; in one_pause()
214 TimePartitions time_partitions; in two_pauses()
232 TimePartitions time_partitions; in one_sub_pause_phase()
250 TimePartitions time_partitions; in max_nested_pause_phases()
274 TimePartitions time_partitions; in many_sub_pause_phases()
[all …]
H A DgcTimer.hpp99 class TimePartitions { class
110 TimePartitions();
111 ~TimePartitions();
139 TimePartitions _time_partitions;
151 TimePartitions* time_partitions() { return &_time_partitions; } in time_partitions()
171 TimePartitions* _time_partitions;
175 …TimePartitionPhasesIterator(TimePartitions* time_partitions) : _time_partitions(time_partitions), … in TimePartitionPhasesIterator()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/
H A DgcTimer.cpp114 TimePartitions::TimePartitions() { in TimePartitions() function in TimePartitions
119 TimePartitions::~TimePartitions() { in ~TimePartitions()
124 void TimePartitions::clear() { in clear()
131 void TimePartitions::report_gc_phase_start(const char* name, const Ticks& time, GCPhase::PhaseType … in report_gc_phase_start()
147 void TimePartitions::update_statistics(GCPhase* phase) { in update_statistics()
155 void TimePartitions::report_gc_phase_end(const Ticks& time, GCPhase::PhaseType type) { in report_gc_phase_end()
162 int TimePartitions::num_phases() const { in num_phases()
166 GCPhase* TimePartitions::phase_at(int index) const { in phase_at()
173 bool TimePartitions::has_active_phases() { in has_active_phases()
H A DgcTimer.hpp96 class TimePartitions { class
106 TimePartitions();
107 ~TimePartitions();
135 TimePartitions _time_partitions;
147 TimePartitions* time_partitions() { return &_time_partitions; } in time_partitions()
176 TimePartitions* _time_partitions;
180 …TimePartitionPhasesIterator(TimePartitions* time_partitions) : _time_partitions(time_partitions), … in TimePartitionPhasesIterator()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shared/
H A DgcTimer.cpp114 TimePartitions::TimePartitions() { in TimePartitions() function in TimePartitions
119 TimePartitions::~TimePartitions() { in ~TimePartitions()
124 void TimePartitions::clear() { in clear()
131 void TimePartitions::report_gc_phase_start(const char* name, const Ticks& time, GCPhase::PhaseType … in report_gc_phase_start()
147 void TimePartitions::update_statistics(GCPhase* phase) { in update_statistics()
155 void TimePartitions::report_gc_phase_end(const Ticks& time, GCPhase::PhaseType type) { in report_gc_phase_end()
162 int TimePartitions::num_phases() const { in num_phases()
166 GCPhase* TimePartitions::phase_at(int index) const { in phase_at()
173 bool TimePartitions::has_active_phases() { in has_active_phases()
H A DgcTimer.hpp96 class TimePartitions { class
106 TimePartitions();
107 ~TimePartitions();
135 TimePartitions _time_partitions;
147 TimePartitions* time_partitions() { return &_time_partitions; } in time_partitions()
176 TimePartitions* _time_partitions;
180 …TimePartitionPhasesIterator(TimePartitions* time_partitions) : _time_partitions(time_partitions), … in TimePartitionPhasesIterator()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shared/
H A DgcTimer.cpp114 TimePartitions::TimePartitions() { in TimePartitions() function in TimePartitions
119 TimePartitions::~TimePartitions() { in ~TimePartitions()
124 void TimePartitions::clear() { in clear()
131 void TimePartitions::report_gc_phase_start(const char* name, const Ticks& time, GCPhase::PhaseType … in report_gc_phase_start()
147 void TimePartitions::update_statistics(GCPhase* phase) { in update_statistics()
155 void TimePartitions::report_gc_phase_end(const Ticks& time, GCPhase::PhaseType type) { in report_gc_phase_end()
162 int TimePartitions::num_phases() const { in num_phases()
166 GCPhase* TimePartitions::phase_at(int index) const { in phase_at()
173 bool TimePartitions::has_active_phases() { in has_active_phases()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A DgcTimer.cpp114 TimePartitions::TimePartitions() { in TimePartitions() function in TimePartitions
119 TimePartitions::~TimePartitions() { in ~TimePartitions()
124 void TimePartitions::clear() { in clear()
162 int TimePartitions::num_phases() const { in num_phases()
211 TimePartitions time_partitions; in one_pause()
225 TimePartitions time_partitions; in two_pauses()
243 TimePartitions time_partitions; in one_sub_pause_phase()
261 TimePartitions time_partitions; in max_nested_pause_phases()
285 TimePartitions time_partitions; in many_sub_pause_phases()
314 TimePartitions time_partitions; in many_sub_pause_phases2()
[all …]
H A DgcTimer.hpp96 class TimePartitions { class
106 TimePartitions();
107 ~TimePartitions();
136 TimePartitions _time_partitions;
148 TimePartitions* time_partitions() { return &_time_partitions; } in time_partitions()
177 TimePartitions* _time_partitions;
181 …TimePartitionPhasesIterator(TimePartitions* time_partitions) : _time_partitions(time_partitions), … in TimePartitionPhasesIterator()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A DgcTimer.cpp114 TimePartitions::TimePartitions() { in TimePartitions() function in TimePartitions
119 TimePartitions::~TimePartitions() { in ~TimePartitions()
124 void TimePartitions::clear() { in clear()
162 int TimePartitions::num_phases() const { in num_phases()
211 TimePartitions time_partitions; in one_pause()
225 TimePartitions time_partitions; in two_pauses()
243 TimePartitions time_partitions; in one_sub_pause_phase()
261 TimePartitions time_partitions; in max_nested_pause_phases()
285 TimePartitions time_partitions; in many_sub_pause_phases()
314 TimePartitions time_partitions; in many_sub_pause_phases2()
[all …]
H A DgcTimer.hpp96 class TimePartitions { class
106 TimePartitions();
107 ~TimePartitions();
136 TimePartitions _time_partitions;
148 TimePartitions* time_partitions() { return &_time_partitions; } in time_partitions()
177 TimePartitions* _time_partitions;
181 …TimePartitionPhasesIterator(TimePartitions* time_partitions) : _time_partitions(time_partitions), … in TimePartitionPhasesIterator()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/gtest/gc/shared/
H A Dtest_gcTimer.cpp79 TimePartitions* partitions = gc_timer.time_partitions(); in TEST()
94 TimePartitions* partitions = gc_timer.time_partitions(); in TEST()
109 TimePartitions* partitions = gc_timer.time_partitions(); in TEST()
144 static void report_gc_phase_end(TimePartitions* const partitions, jlong ticks) { in report_gc_phase_end()
150 TimePartitions time_partitions; in TEST()
164 TimePartitions time_partitions; in TEST()
181 TimePartitions time_partitions; in TEST()
198 TimePartitions time_partitions; in TEST()
221 TimePartitions time_partitions; in TEST()
249 TimePartitions time_partitions; in TEST()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/gc/shared/
H A Dtest_gcTimer.cpp79 TimePartitions* partitions = gc_timer.time_partitions(); in TEST()
94 TimePartitions* partitions = gc_timer.time_partitions(); in TEST()
109 TimePartitions* partitions = gc_timer.time_partitions(); in TEST()
144 static void report_gc_phase_end(TimePartitions* const partitions, jlong ticks) { in report_gc_phase_end()
150 TimePartitions time_partitions; in TEST()
164 TimePartitions time_partitions; in TEST()
181 TimePartitions time_partitions; in TEST()
198 TimePartitions time_partitions; in TEST()
221 TimePartitions time_partitions; in TEST()
249 TimePartitions time_partitions; in TEST()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/gc/shared/
H A Dtest_gcTimer.cpp79 TimePartitions* partitions = gc_timer.time_partitions(); in TEST()
94 TimePartitions* partitions = gc_timer.time_partitions(); in TEST()
109 TimePartitions* partitions = gc_timer.time_partitions(); in TEST()
144 static void report_gc_phase_end(TimePartitions* const partitions, jlong ticks) { in report_gc_phase_end()
150 TimePartitions time_partitions; in TEST()
164 TimePartitions time_partitions; in TEST()
181 TimePartitions time_partitions; in TEST()
198 TimePartitions time_partitions; in TEST()
221 TimePartitions time_partitions; in TEST()
249 TimePartitions time_partitions; in TEST()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/gtest/gc/shared/
H A Dtest_gcTimer.cpp69 …static void validate_pauses(const TimePartitions& time_partitions, const Tickspan& expected_pause)… in validate_pauses()
72 static void validate_pauses(const TimePartitions& time_partitions, jlong end, jlong start) { in validate_pauses()
75 …static void validate_pauses(const TimePartitions& time_partitions, jlong all_end, jlong all_start,… in validate_pauses()
83 …static void report_gc_phase_end(TimePartitions* const partitions, jlong ticks, GCPhase::PhaseType … in report_gc_phase_end()
89 TimePartitions time_partitions; in TEST()
103 TimePartitions time_partitions; in TEST()
120 TimePartitions time_partitions; in TEST()
137 TimePartitions time_partitions; in TEST()
160 TimePartitions time_partitions; in TEST()
188 TimePartitions time_partitions; in TEST()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/gtest/gc/shared/
H A Dtest_gcTimer.cpp69 …static void validate_pauses(const TimePartitions& time_partitions, const Tickspan& expected_pause)… in validate_pauses()
72 static void validate_pauses(const TimePartitions& time_partitions, jlong end, jlong start) { in validate_pauses()
75 …static void validate_pauses(const TimePartitions& time_partitions, jlong all_end, jlong all_start,… in validate_pauses()
83 …static void report_gc_phase_end(TimePartitions* const partitions, jlong ticks, GCPhase::PhaseType … in report_gc_phase_end()
89 TimePartitions time_partitions; in TEST()
103 TimePartitions time_partitions; in TEST()
120 TimePartitions time_partitions; in TEST()
137 TimePartitions time_partitions; in TEST()
160 TimePartitions time_partitions; in TEST()
188 TimePartitions time_partitions; in TEST()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/gtest/gc/shared/
H A Dtest_gcTimer.cpp69 …static void validate_pauses(const TimePartitions& time_partitions, const Tickspan& expected_pause)… in validate_pauses()
72 static void validate_pauses(const TimePartitions& time_partitions, jlong end, jlong start) { in validate_pauses()
75 …static void validate_pauses(const TimePartitions& time_partitions, jlong all_end, jlong all_start,… in validate_pauses()
83 …static void report_gc_phase_end(TimePartitions* const partitions, jlong ticks, GCPhase::PhaseType … in report_gc_phase_end()
89 TimePartitions time_partitions; in TEST()
103 TimePartitions time_partitions; in TEST()
120 TimePartitions time_partitions; in TEST()
137 TimePartitions time_partitions; in TEST()
160 TimePartitions time_partitions; in TEST()
188 TimePartitions time_partitions; in TEST()
[all …]

123