Skip to content

Commit

Permalink
HBASE-27956 Support wall clock profiling in ProfilerServlet (apache#5337
Browse files Browse the repository at this point in the history
)

Signed-off-by: Reid Chan <[email protected]>
  • Loading branch information
bbeaudreault committed Aug 4, 2023
1 parent 3452e99 commit 55df2ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public class ProfileServlet extends HttpServlet {

enum Event {
CPU("cpu"),
WALL("wall"),
ALLOC("alloc"),
LOCK("lock"),
PAGE_FAULTS("page-faults"),
Expand Down

0 comments on commit 55df2ca

Please sign in to comment.