-
-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(console): add busy and idle percentages to task details (#137)
This commit adds the percentage of a task's total lifetime that was spent busy and idle to the task details screen, next to the busy and idle time as durations. This should help make differences in scale between these values clearer (which may not be immediately from the durations due to differing units). ![image](https://user-images.githubusercontent.com/2796466/132955711-e553bc7a-e14d-4280-aa29-e8ace10c3fb0.png) In the future, we may also want to add similar percentages to the task list view, either as part of the `Busy` and `Idle` columns or as separate columns?
- Loading branch information
Showing
2 changed files
with
23 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters