Skip to content

Commit

Permalink
Printing sampling rate on UI
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmontt committed Jul 12, 2024
1 parent 82d591e commit b92f9b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/IllimaniUI/ProfilerSummaryPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ ProfilerSummaryPresenter >> generalStatsAssociations [
^ {
('Total profiled time' ->
(Duration microSeconds: profiler totalProfiledTime) humanReadableStringWithOnlySeconds).
('Sampling rate' -> profiler samplingRate asFloat asString).
('Total allocated objects' -> profiler allocationsStats totalAllocatedObjects asStringWithCommas).
('Allocations rate' -> self allocationRateString ).
('Total allocated memory' ->
Expand Down

0 comments on commit b92f9b3

Please sign in to comment.