Symbolic Constants
Synopsis
WITH_OPENSTEP 0
GNUSTEP 1
WITH_OPENSTEP 1
GNUSTEP 0
NeXT_RUNTIME 1
WITH_OPENSTEP 0
GNUSTEP 1
NoZone nil
NoZone NULL
Synopsis
BEGIN_PROFILE \
{    NSTimeInterval __ti = [[NSDate date] timeIntervalSince1970];
END_PROFILE \
__ti = [[NSDate date] timeIntervalSince1970] - __ti;\
if (__ti > 0.05) \
printf("***PROF[%s]: %0.3fs\n", __PRETTY_FUNCTION__, __ti);\
else if (__ti > 0.005) \
printf("PROF[%s]: %0.3fs\n", __PRETTY_FUNCTION__, __ti);\
}
Synopsis
BEGIN_PROFILE {
END_PROFILE }


Macro Definitions

Synopsis:

PROFILE_CHECKPOINT(__key__)

Synopsis:

PROFILE_CHECKPOINT(__key__)


Static Inline Functions

Synopsis:

const char *index(const char *str, char c) __attribute__((unused)); static const char *index(const char *str, char c)


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.