imb / fctx

C unit testing in a header (works for C++ too!).
Other
36 stars 15 forks source link

Providing timing results on a test by test basis #6

Open imb opened 14 years ago

imb commented 14 years ago

Pretty straightforward. Just run the fct_timer object for each test as well as for the entire test run.

The main reason for this is to provide some immediate feedback on tests that appear to be getting longer and longer to execute.

imb commented 14 years ago

As a side note, this bug should try and provide finer grained resolution on the timing.