OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SimpleTimer
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/perf/
SimpleTimer.java
28
public class
SimpleTimer
{
30
private static final String DEFAULT_LOG_TAG = "
SimpleTimer
";
39
public
SimpleTimer
() {
43
public
SimpleTimer
(boolean enabled) {
52
public
SimpleTimer
withSessionName(String sessionName) {
/external/clang/lib/Frontend/
ASTUnit.cpp
55
class
SimpleTimer
{
61
explicit
SimpleTimer
(bool WantTiming) : WantTiming(WantTiming) {
71
~
SimpleTimer
() {
355
SimpleTimer
Timer(WantTiming);
[
all
...]
Completed in 771 milliseconds