File tree 3 files changed +6
-1
lines changed
src/main/java/com/tagtraum/perf/gcviewer/view
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ GCViewer shows a number of lines etc. in a chart (first tab). These are:
64
64
- Green line that shows the length of all GCs
65
65
- GC Times Rectangles:
66
66
- black rectangle at every Full GC
67
- - blue rectangle at every inital mark event
67
+ - blue rectangle at every initial mark event
68
68
- orange rectangle at every remark event
69
69
- red rectangle at every vm operation event ("application stopped...")
70
70
- Grey rectangle at every 'normal' GC
Original file line number Diff line number Diff line change 168
168
<developer >
169
169
<name >Andrey Skripalschikov</name >
170
170
</developer >
171
+ <developer >
172
+ <name >Jeffrey Swan</name >
173
+ <url >https://github.com/plan-do-break-fix</url >
174
+ </developer >
171
175
<developer >
172
176
<name >Kamil Szymanski</name >
173
177
<url >https://github.com/kamilszymanski</url >
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ public class AboutDialog extends ScreenCenteredDialog implements ActionListener
76
76
"Serafín Sedano" ,
77
77
"Jugal Shah" ,
78
78
"Andrey Skripalschikov" ,
79
+ "Jeffrey Swan" ,
79
80
"Kamil Szymanski" ,
80
81
"Pierre Viret" ,
81
82
"Yin Xunjun" ,
You can’t perform that action at this time.
0 commit comments