summaryrefslogtreecommitdiffhomepage
path: root/test/perf/linux/getpid_benchmark.cc
AgeCommit message (Collapse)Author
2021-04-07perf/getpid: add a case when syscalls are executed via mov $XXX, %eax; syscallAndrei Vagin
This is the most often pattern of calling system calls in real applications. PiperOrigin-RevId: 367320048
2020-02-19Add basic microbenchmarks.Adin Scannell
PiperOrigin-RevId: 296104390