Home
last modified time | relevance | path

Searched refs:t (Results 1 – 6 of 6) sorted by relevance

/glogg/glogg/tests/
H A DlogfiltereddataPerfTest.cpp
H A DlogdataPerfTest.cpp
/glogg/tests/
H A DlogfiltereddataPerfTest.cpp72 TestTimer t; in TEST_F() local
81 TestTimer t; in TEST_F() local
90 TestTimer t; in TEST_F() local
107 TestTimer t; in TEST_F() local
H A DlogdataPerfTest.cpp52 TestTimer t; in TEST_F() local
88 TestTimer t; in TEST_F() local
101 TestTimer t; in TEST_F() local
115 TestTimer t; in TEST_F() local
134 TestTimer t; in TEST_F() local
/glogg/glogg/src/
H A Dlog.h
/glogg/src/
H A Dlog.h187 time_t t; in NowTime() local
188 time(&t); in NowTime()
190 strftime(buffer, sizeof(buffer), "%T", localtime_r(&t, &r)); in NowTime()