gem5 v24.0.0.0
|
Go to the source code of this file.
Functions | |
TEST_F (FibonacciMemoizerFixture, Uncached) | |
Testing result cache before and after a memoized call. | |
TEST_F (FibonacciMemoizerFixture, MultipleValues) | |
Just checking memoization works for multiple values. | |
TEST_F (FibonacciMemoizerFixture, CacheFlush) | |
Testing the Memoizer::flush method. | |
TEST_F | ( | FibonacciMemoizerFixture | , |
CacheFlush | ) |
Testing the Memoizer::flush method.
Definition at line 114 of file memoizer.test.cc.
TEST_F | ( | FibonacciMemoizerFixture | , |
MultipleValues | ) |
Just checking memoization works for multiple values.
Definition at line 91 of file memoizer.test.cc.
References gem5::ArmISA::res0.
TEST_F | ( | FibonacciMemoizerFixture | , |
Uncached | ) |
Testing result cache before and after a memoized call.
Definition at line 73 of file memoizer.test.cc.