]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Enhance callgrind option --collect-system.
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Thu, 10 Oct 2019 19:42:01 +0000 (21:42 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 12 Oct 2019 16:12:04 +0000 (18:12 +0200)
commit83a535e431b28dfa591136fdf08406d1b167b9cc
tree610076f4292b6426701502542a270ff92aa3d67e
parentfe7ec1eca269faeca0fa3b025ea02b72660477b7
Enhance callgrind option --collect-system.

  - The command option --collect-systime has been enhanced to specify
    the unit used to record the elapsed time spent during system calls.
    The command option now accepts the values no|yes|msec|usec|nsec,
    where yes is a synonym of msec.  When giving the value nsec, the
    system cpu time of system calls is also recorded.

Note that the nsec option is not supported on Darwin.
NEWS
callgrind/clo.c
callgrind/docs/cl-manual.xml
callgrind/dump.c
callgrind/global.h
callgrind/main.c
callgrind/sim.c
coregrind/m_libcproc.c
include/pub_tool_libcproc.h