File: profile

package info (click to toggle)
python-orjson 3.10.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,180 kB
  • sloc: ansic: 11,270; python: 6,658; sh: 135; makefile: 9
file content (6 lines) | stat: -rwxr-xr-x 147 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh -e

# usage: ./profile data/citm_catalog.json.xz loads

perf record -g --delay 250 ./bench/run_func "$@"
perf report --percent-limit 0.1