CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2025/05/24 00:55:30
Modified files: lib/libc/gmon : moncontrol.3 Log message: Document the change from gmon.out to gmon.progname.pid.out Also delete docs for monstartup(). It is no longer possible to startup profiling manually. It is only possible via the -pg link flag, and happens way earlier. moncontrol() remains unchanged..