запустите команду и запишите ее профиль в perf.data (Run a command and record its profile into perf.data)
Имя (Name)
perf-record - Run a command and record its profile into perf.data
Синопсис (Synopsis)
perf record [-e <EVENT> | --event=EVENT] [-a] <command>
perf record [-e <EVENT> | --event=EVENT] [-a] — <command> [<options>]
Описание (Description)
This command runs a command and gathers a performance counter
profile from it, into perf.data - without displaying anything.
This file can then be inspected later on, using perf report.