You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google C++ Testing Framework
Hi,
I am trying to see if it's possible to write performance tests using
the Google Test framework. A performance test (my definition) in this
case is just like a regular test except I would like to use some high
profile timers to see how long certain tests take and output the
results to the results xml file.
Does anyone have tips on how I can do this? Thanks.
Pat
Nicolás Brailovsky
unread,
Jun 1, 2010, 1:44:56 PM6/1/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Pat J, Google C++ Testing Framework
IIRC gtest already gives you an execution time report if you select xml output. If the resolution of the timer is not enough you can always execute the test in a for-loop ;)