~james-page/ubuntu/precise/leveldb/cloud-archive

« back to all changes in this revision

Viewing changes to doc/bench/db_bench_tree_db.cc

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2011-11-30 12:06:07 UTC
  • mfrom: (7.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20111130120607-e973e9fkwp0re29b
Tags: 0+20111031.git36a5f8e-2
* Fix build failure with --as-needed flag enabled (Closes: #647105).
* Re-introduce Cristoph Egger's patch to allow compilation
  on kFreeBSD (Closes: #648248).

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
  return Slice(s.data() + start, limit - start);
125
125
}
126
126
 
127
 
}
 
127
}  // namespace
128
128
 
129
129
class Benchmark {
130
130
 private:
467
467
  }
468
468
};
469
469
 
470
 
}
 
470
}  // namespace leveldb
471
471
 
472
472
int main(int argc, char** argv) {
473
473
  for (int i = 1; i < argc; i++) {