Skip to content

Commit 55df2ca

Browse files
committed
HBASE-27956 Support wall clock profiling in ProfilerServlet (#5337)
Signed-off-by: Reid Chan <reidchan@apache.org>
1 parent 3452e99 commit 55df2ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hbase-http/src/main/java/org/apache/hadoop/hbase/http/ProfileServlet.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public class ProfileServlet extends HttpServlet {
7474

7575
enum Event {
7676
CPU("cpu"),
77+
WALL("wall"),
7778
ALLOC("alloc"),
7879
LOCK("lock"),
7980
PAGE_FAULTS("page-faults"),

0 commit comments

Comments
 (0)