~linaro-graphics-wg/glmark2/demo

« back to all changes in this revision

Viewing changes to src/main-loop.h

  • Committer: Alexandros Frantzis
  • Date: 2012-02-15 17:09:14 UTC
  • Revision ID: alexandros.frantzis@linaro.org-20120215170914-tom49abcbws7w3ce
MainLoop,Options: Add --run-forever command-line option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
    virtual void log_scene_result();
85
85
 
86
86
protected:
 
87
    void next_benchmark();
87
88
    Canvas &canvas_;
88
89
    Scene *scene_;
89
90
    const std::vector<Benchmark *> &benchmarks_;