Home
last modified time | relevance | path

Searched refs:ProfilerTest (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/base/
Dprofiler_unittest.cc31 TEST(ProfilerTest, TestFunction) { in TEST() argument
51 TEST(ProfilerTest, TestScopedEvents) { in TEST() argument
103 TEST(ProfilerTest, Clear) { in TEST() argument
/external/tensorflow/tensorflow/cc/profiler/
Dprofiler_test.cc30 class ProfilerTest : public ::testing::Test { class
32 ProfilerTest() {} in ProfilerTest() function in tensorflow::tfprof::ProfilerTest
95 TEST_F(ProfilerTest, Basics) { in TEST_F() argument
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/
DProfilerTest.java32 public class ProfilerTest extends TestCase { class
34 Logger logger = LoggerFactory.getLogger(ProfilerTest.class);
DPackageTest.java34 suite.addTestSuite(ProfilerTest.class); in suite()
/external/chromium-trace/catapult/systrace/profile_chrome/
Dprofiler_unittest.py17 class ProfilerTest(unittest.TestCase): class
/external/tensorflow/tensorflow/python/eager/
Dprofiler_test.py31 class ProfilerTest(test_util.TensorFlowTestCase): class
/external/tensorflow/tensorflow/lite/profiling/
Dprofiler_test.cc51 TEST(ProfilerTest, NoProfilesAreCollectedWhenDisabled) { in TEST() argument
/external/tensorflow/tensorflow/python/profiler/
Dprofiler_test.py37 class ProfilerTest(test.TestCase): class