Skip to content

Commit

Permalink
Add pointsCount
Browse files Browse the repository at this point in the history
  • Loading branch information
myaaghubi committed May 15, 2024
1 parent 02bd23a commit 12d6d5d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/Debench/ui/widget.htm
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,11 @@
<image width="12px" height="12px" src="{{@base}}/debench/assets/img/info.png"></image>
</li>
<li data-target="debench-checkpoint-block">
Time: <b>{{@fullExecTime}} ms</b>,
Memory: <b>{{@ramUsage}}</b> (<span title="Ram Usage Peak: {{@ramUsagePeak}} ms">{{@ramUsagePeak}}</span>)
<b>{{@fullExecTime}} ms</b> /
<b>{{@ramUsage}}</b>
<div class="debench-circle">
<span title="Ram Usage Peak: {{@ramUsagePeak}}">{{@pointsCount}}</span>
</div>
</li>
<li data-target="debench-exception-block">
Errors: <b>{{@exception}}</b>
Expand Down

0 comments on commit 12d6d5d

Please sign in to comment.