File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -2972,8 +2972,10 @@ monitor.pprof.fgprof.format = Format
2972
2972
2973
2973
monitor.pprof.named_profiles = Named Profiles
2974
2974
monitor.pprof.named_profiles.name = Name
2975
- monitor.pprof.named_profiles.debug = Debug level
2976
- monitor.pprof.named_profiles.debug_placeholder = e.g. 0
2975
+ monitor.pprof.named_profiles.debug = Format
2976
+ monitor.pprof.named_profiles.format_pprof = pprof
2977
+ monitor.pprof.named_profiles.format_text = text
2978
+ monitor.pprof.named_profiles.format_goroutine = custom/goroutine
2977
2979
2978
2980
monitor.pprof.stacktrace.flat = Do not nest processes under their parents
2979
2981
monitor.pprof.stacktrace.no-system = Do not include go-routines associated with system processes
Original file line number Diff line number Diff line change 77
77
</div>
78
78
<div class="field">
79
79
<label for="pprof-named_profiles-debug">{{$.locale.Tr "admin.monitor.pprof.named_profiles.debug"}}</label>
80
- <input id="pprof-named_profiles-debug" type="text" name="debug" placeholder="{{$.locale.Tr "admin.monitor.pprof.named_profiles.debug_placeholder"}}">
80
+ <select class="ui search dropdown" id="pprof-named_profiles-debug" name="format">
81
+ <option value="0" selected>{{.locale.Tr "admin.monitor.pprof.named_profiles.format_pprof"}}</option>
82
+ <option value="1">{{.locale.Tr "admin.monitor.pprof.named_profiles.format_text"}}</option>
83
+ <option value="2">{{.locale.Tr "admin.monitor.pprof.named_profiles.format_goroutine"}}</option>
84
+ </select>
81
85
</div>
82
86
<input class="ui button basic" type="submit" value="{{$.locale.Tr "admin.monitor.pprof.download"}}">
83
87
</div>
You can’t perform that action at this time.
0 commit comments