Lines Matching full:performance
6 Pigweed's perf test module provides an easy way to measure performance on
18 The user experience of writing a performance test is intended to be as
20 code, writing a performance test is as easy as:
51 // The State object is injected into a performance test by including it as an
68 Registers a performance test. Any additional arguments are passed to the test
73 Like the original PW_PERF_TEST macro it registers a performance test. However
80 // Declare performance test functions.
126 The performance testing framework relies heavily on the member functions of
133 Handles events from a performance test.
145 Called when a new performance test is started
153 Called after a performance test ends
157 The default method of running performance tests is using the
165 In order to provide meaningful performance timings for given functions, events,
173 its timing needs. At the moment, the interface will only measure performance in
180 insight into the actual performance of the system. The timing API gives you this
202 Performance tests can be built in CMake, but must be built as regular