|
NAMEpmc_start , pmc_stop —
start and stop a PMC
LIBRARYPerformance Counters Library (libpmc, -lpmc)SYNOPSIS#include <pmc.h>
int
int
DESCRIPTIONThese functions are used to start and stop a PMC.Function Function RETURN VALUESUpon successful completion, the value 0 is returned; otherwise the value -1 is returned and the global variable errno is set to indicate the error.ERRORSA call to these functions may fail with the following errors:
SEE ALSOpmc(3), hwpmc(4)
Visit the GSP FreeBSD Man Page Interface. |