Page Speed Optimization Libraries
1.9.32.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
net
instaweb
apache
apr_timer.h
Go to the documentation of this file.
1
// Copyright 2010 Google Inc.
17
18
#ifndef NET_INSTAWEB_APACHE_APR_TIMER_H_
19
#define NET_INSTAWEB_APACHE_APR_TIMER_H_
20
21
#include "
net/instaweb/util/public/timer.h
"
22
23
#include "
net/instaweb/util/public/basictypes.h
"
24
25
using
net_instaweb::Timer;
26
27
namespace
net_instaweb {
28
29
class
AprTimer
:
public
Timer {
30
public
:
31
virtual
~
AprTimer
();
32
virtual
int64 NowUs()
const
;
33
virtual
void
SleepUs(int64 us);
34
};
35
36
}
37
38
#endif
timer.h
net_instaweb::AprTimer
Definition:
apr_timer.h:29
basictypes.h
Generated on Thu Sep 11 2014 11:27:05 for Page Speed Optimization Libraries by
1.8.6