Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
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 532 of file db_bench.cc.

Member Data Documentation

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

Definition at line 533 of file db_bench.cc.

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

Definition at line 536 of file db_bench.cc.

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

Definition at line 534 of file db_bench.cc.

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

Definition at line 535 of file db_bench.cc.


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