leveldb
Public Attributes | List of all members
leveldb::Benchmark::ThreadArg Struct Reference
Collaboration diagram for leveldb::Benchmark::ThreadArg:
Collaboration graph
[legend]

Public Attributes

Benchmarkbm
 
SharedState * shared
 
ThreadState * thread
 
void(Benchmark::* method )(ThreadState *)
 

Detailed Description

Definition at line 551 of file db_bench.cc.

Member Data Documentation

§ bm

Benchmark* leveldb::Benchmark::ThreadArg::bm

Definition at line 552 of file db_bench.cc.

§ method

void(Benchmark::* leveldb::Benchmark::ThreadArg::method) (ThreadState *)

Definition at line 555 of file db_bench.cc.

§ shared

SharedState* leveldb::Benchmark::ThreadArg::shared

Definition at line 553 of file db_bench.cc.

§ thread

ThreadState* leveldb::Benchmark::ThreadArg::thread

Definition at line 554 of file db_bench.cc.


The documentation for this struct was generated from the following file: