home *** CD-ROM | disk | FTP | other *** search
- #pragma info( none )
- #ifndef __CHKHDR__
- #pragma info( none )
- #endif
- #pragma info( restore )
-
- /* These three functions can be called by the user through IPERF */
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- #ifndef _LNK_CONV
- #ifdef __LE2__
- #define _LNK_CONV _System
- #else
- #define _LNK_CONV _Optlink
- #endif
- #endif
-
- /**********************************************************************/
- /* <iperf.h> header file */
- /* */
- /* IBM(R) VisualAge(TM) for C++ for Windows(R), Version 3.5 */
- /* - Licensed Material - Program-Property of IBM */
- /* (C) Copyright IBM Corp. 1991, 1995 - All Rights Reserved. */
- /* */
- /* */
- /* The following functions can be placed in your program to cause the */
- /* Performance Analyzer to: */
- /* */
- /* stop generating trace data */
- /* void _LNK_CONV PerfStop (); */
- /* */
- /* start generating trace data */
- /* void _LNK_CONV PerfStart (); */
- /* */
- /* log a user event */
- /* void _LNK_CONV PERF (const char *STRING); */
- /**********************************************************************/
-
- void _LNK_CONV PerfStop (void);
- void _LNK_CONV PerfStart (void);
- void _LNK_CONV PERF (const char *STRING);
-
- #ifdef __cplusplus
- }
- #endif
-
- #pragma info( none )
- #ifndef __CHKHDR__
- #pragma info( restore )
- #endif
- #pragma info( restore )