|
PAPI
5.7.0.0
|
Produces a string on standard error, describing the last library error. More...
| [in] | s | – Optional message to print before the string describing the last error message. |
The routine PAPI_perror() produces a message on the standard error output, describing the last error encountered during a call to PAPI. If s is not NULL, s is printed, followed by a colon and a space. Then the error message and a new-line are printed.