![]() |
Project
|
Inherits benchmark::Fixture.
Public Types | |
| using | source_t = source_T |
| using | symbol_t = Symbol |
Public Member Functions | |
| void | SetUp (const ::benchmark::State &state) final |
| void | TearDown (const ::benchmark::State &state) final |
Public Attributes | |
| std::vector< symbol_t > | mSymbols {} |
| ransState_t | mState = getData<source_T>().getState() |
| size_t | mRenormingBits = getData<source_T>().getRenormedFrequencies().getRenormingBits() |
Definition at line 116 of file bench_ransEncodeImpl.cxx.
| using SimpleFixture< source_T >::source_t = source_T |
Definition at line 117 of file bench_ransEncodeImpl.cxx.
| using SimpleFixture< source_T >::symbol_t = Symbol |
Definition at line 118 of file bench_ransEncodeImpl.cxx.
|
inlinefinal |
Definition at line 120 of file bench_ransEncodeImpl.cxx.
|
inlinefinal |
Definition at line 129 of file bench_ransEncodeImpl.cxx.
| size_t SimpleFixture< source_T >::mRenormingBits = getData<source_T>().getRenormedFrequencies().getRenormingBits() |
Definition at line 135 of file bench_ransEncodeImpl.cxx.
| ransState_t SimpleFixture< source_T >::mState = getData<source_T>().getState() |
Definition at line 134 of file bench_ransEncodeImpl.cxx.
| std::vector<symbol_t> SimpleFixture< source_T >::mSymbols {} |
Definition at line 133 of file bench_ransEncodeImpl.cxx.