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 <[email protected]>
  • Loading branch information
bbeaudreault authored Aug 4, 2023
1 parent 2486d32 commit 3ddc6dd
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 3ddc6dd

Please sign in to comment.