gem5
[DEVELOP-FOR-23.0]
|
Go to the source code of this file.
Functions | |
TEST_F (FibonacciMemoizerFixture, Uncached) | |
Testing result cache before and after a memoized call. More... | |
TEST_F (FibonacciMemoizerFixture, MultipleValues) | |
Just checking memoization works for multiple values. More... | |
TEST_F (FibonacciMemoizerFixture, CacheFlush) | |
Testing the Memoizer::flush method. More... | |
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.