Skip to content

Record elapesed time #171

Answered by rquey
damulaoshi asked this question in Q&A
Apr 5, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

You can use Neper's terminal output, which includes the elapsed time. Here are a simple way using shell commands:

$ neper -T -n 10000 | grep Elapsed | awk '{print $5}'

PS. tee is also an interesting command.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@damulaoshi
Comment options

Answer selected by damulaoshi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants