Message ID | 20120117154613.4137.30143.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'src/benchmark.h' --- src/benchmark.h 2011-11-08 22:01:16 +0000 +++ src/benchmark.h 2012-01-17 15:41:29 +0000 @@ -69,6 +69,16 @@ Benchmark(const std::string &s); /** + * Gets the Scene associated with the benchmark. + * + * This method doesn't prepare the scene for a run. + * (See ::setup_scene()) + * + * @return the Scene + */ + Scene &scene() const { return scene_; } + + /** * Sets up the Scene associated with the benchmark. * * @return the Scene