Functions
-
template <class TestClasstypename... Args>void RegisterTest (const char * test_nameArgs... args)Register a benchmark that is specified by a class.
Any class may be used as long as it provides a Run() method that runs an
iteration of the test.
Defined at line 17 of file ../../src/tests/microbenchmarks/test_runner.h