Hacker News new | past | comments | ask | show | jobs | submit login

What is the library used to profile the program?



pv

https://linux.die.net/man/1/pv

it is in the pipe command `... | pv > /dev/null`


`pv --discard` is faster by 8% (on my system).

  % pv </dev/zero >/dev/null
  54.0GiB/s

  % pv </dev/zero --discard
  58.7GiB/s


Which is suspiciously close to the speed of DDR4.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: