#include <iostream>#include <sstream>#include <cassert>#include <zorba/audit.h>#include <zorba/util/timer.h>
Go to the source code of this file.
Namespaces | |
| namespace | zorba |
| Copyright 2006-2011 The FLWOR Foundation. | |
| namespace | zorba::audit |
Typedefs | |
| typedef ScopedAuditor < zorba::time::Timer > | zorba::audit::DurationAuditor |
| typedef ScopedAuditor< const int > | zorba::audit::IntAuditor |
| typedef ScopedAuditor < zorba::time::Timer, 0x2 > | zorba::audit::MicroDurationAuditor |
| typedef ScopedAuditor< const std::string > | zorba::audit::StringAuditor |
| typedef ScopedAuditor < zorba::time::Timer, 0x1 > | zorba::audit::TimestampAuditor |