fundle icon indicating copy to clipboard operation
fundle copied to clipboard

fundle init --profile should display time in microseconds (ms)

Open BarbzYHOOL opened this issue 6 years ago • 2 comments

Actually it displays in "us" lol That's confusing and hard to read

.config/fish/fundle 1: 23430us

BarbzYHOOL avatar Jun 13 '18 19:06 BarbzYHOOL

ms is short for milliseconds, not microseconds. microseconds is normally written as "μs", but I prefer to stick with non-extented ascii in a shell environment, so the closest I could get to is "us". I have no strong opinion on this, so if you would like to change it to "μs", please send a PR. Thank you.

danhper avatar Jun 14 '18 02:06 danhper

I meant it should display in milliseconds, not microseconds :P

BarbzYHOOL avatar Jun 15 '18 20:06 BarbzYHOOL