~ubuntu-branches/ubuntu/precise/nordugrid-arc/precise

« back to all changes in this revision

Viewing changes to src/hed/acc/Broker/BenchmarkBroker.cpp

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2011-10-24 02:19:37 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20111024021937-8whiie90uq2oqsok
Tags: 1.1.0-2
* Backport fixes for endian independent md5 checksum
* Filter out -Wl,-Bsymbolic-functions from default Ubuntu LDFLAGS

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
  class cmp {
19
19
  public:
20
 
    cmp(const std::string benchmark)
 
20
    cmp(const std::string& benchmark)
21
21
      : benchmark(benchmark) {}
22
22
    bool ComparePerformance(const ExecutionTarget *T1,
23
23
                            const ExecutionTarget *T2);