Skip to content

Ability to fix units in result to force set kb and ms in output numbers #23

Open
@MurzNN

Description

@MurzNN

Now library tries to automatically pick up best units to display value in pretty way. It looks good, but sometimes it is not useful, because we can't quickly reveal high numbers in list of numbers with different units.
For example, in Time column there are numbers:

298.98 μs
123.53 μs
 46.02 ms
 41.43 μs
 42.24 μs
194.53 μs

Can you quickly catch most longest operation via quick look? Not so easy! But if we fix units to ms, we can easily catch this problem, here is example:

 0.29 ms
 0.12 ms
46.02 ms
 0.04 ms
 0.04 ms
 0.19 ms

Same problem is with memory usage too.
So will be good to add an option to fix measure units to needed values, or maybe auto-detect them between whole list of data, not for each value separately. What do you think about this idea?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions