~raof/mir/provide-event-fd

« back to all changes in this revision

Viewing changes to benchmarks/frame-uniformity/touch_measuring_client.h

  • Committer: Christopher James Halse Rogers
  • Date: 2015-05-05 07:51:14 UTC
  • mfrom: (2239.1.302 development-branch)
  • Revision ID: christopher.halse.rogers@canonical.com-20150505075114-2x0qchr01p9syur2
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include "mir_test/barrier.h"
25
25
 
26
 
#include "mir_toolkit/mir_client_library.h"
27
 
 
28
26
#include <chrono>
29
27
#include <memory>
30
 
#include <vector>
31
 
#include <string>
32
 
#include <mutex>
33
28
 
34
29
class TouchMeasuringClient
35
30
{