18#ifndef MAGICKCORE_TIMER_H
19#define MAGICKCORE_TIMER_H
21#if defined(__cplusplus) || defined(c_plusplus)
53extern MagickExport
double
54 GetElapsedTime(TimerInfo *),
55 GetUserTime(TimerInfo *);
57extern MagickExport MagickBooleanType
58 ContinueTimer(TimerInfo *);
60extern MagickExport ssize_t
61 FormatMagickTime(
const time_t,
const size_t,
char *);
63extern MagickExport TimerInfo
64 *AcquireTimerInfo(
void),
65 *DestroyTimerInfo(TimerInfo *);
67extern MagickExport
void
68 GetTimerInfo(TimerInfo *),
69 ResetTimer(TimerInfo *),
70 StartTimer(TimerInfo *,
const MagickBooleanType);
72#if defined(__cplusplus) || defined(c_plusplus)