Skip to content
This repository was archived by the owner on Jul 20, 2020. It is now read-only.
This repository was archived by the owner on Jul 20, 2020. It is now read-only.

Document large second inaccuracy #3

@ysangkok

Description

@ysangkok

I think this could be related to the startup taking about 0.2 seconds on my machine, but it would be nice to have it documented, as this is often seen as an alternative to time(1).

$ (sleep 0.2; echo line) | gnomon   
   0.0227s   line
   0.0014s   
             
     Total   0.0253s
$ (sleep 0.2; echo line) | time cat
line
cat  0.00s user 0.00s system 0% cpu 0.202 total

Why is the duration next to "line" and in total so low? I am using version 1.5.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions