Show MxTimer.h syntax highlighted
#ifndef MXTIMER_INCLUDED // -*- C++ -*-
#define MXTIMER_INCLUDED
#if !defined(__GNUC__)
# pragma once
#endif
/************************************************************************
MxTimer
Copyright (C) 1998 Michael Garland. See "COPYING.txt" for details.
$Id: MxTimer.h 5690 2005-02-14 14:21:56Z rivol $
************************************************************************/
#define MXTIME(t, cmd) { t=get_cpu_time(); cmd; t=get_cpu_time() - t; }
// MXTIMER_INCLUDED
#endif
See more files for this project here