Skip to content

Commit

Permalink
HBASE-27956 Support wall clock profiling in ProfilerServlet (#5337)
Browse files Browse the repository at this point in the history
Signed-off-by: Reid Chan <reidchan@apache.org>
  • Loading branch information
bbeaudreault committed Aug 4, 2023
1 parent c8d1eec commit e078b7d
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 e078b7d

Please sign in to comment.