#include "measure-load-performance-tests.hh"
#include <ctime>
#include <string>
#include <utility>
#include <boost/shared_ptr.hpp>
#include <scroom/semaphore.hh>
#include <scroom/threadpool.hh>
#include <scroom/unused.hh>
#include "measure-framerate-callbacks.hh"
#include "measure-framerate-stubs.hh"
#include "test-helpers.hh"
◆ clear()
◆ init_tests()
93 const int width = 240000;
94 const int height = 240000;
96 const unsigned int sleepDuration = 2;
bool setupTest8bpp(int zoom, int width, int height)
Definition: test-helpers.cc:200
bool setupTest4bpp(int zoom, int width, int height)
Definition: test-helpers.cc:182
Definition: test-helpers.hh:85
std::vector< boost::function< bool()> > functions
Definition: measure-framerate-callbacks.cc:16
bool reset()
Definition: test-helpers.cc:127
bool quit()
Definition: test-helpers.cc:120
Definition: measure-load-performance-tests.cc:28
bool setupTest2bpp(int zoom, int width, int height)
Definition: test-helpers.cc:164
bool setupTest1bpp(int zoom, int width, int height)
Definition: test-helpers.cc:146
void V()
Definition: semaphore.hh:77
bool setupTest8bppColormapped(int zoom, int width, int height)
Definition: test-helpers.cc:217