mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
[1773] comment updates due to interface changes as part of fix.
This commit is contained in:
parent
1c45a4e0bc
commit
cc73f7e20f
@ -241,14 +241,16 @@ public:
|
|||||||
///
|
///
|
||||||
/// This method will be called from \c run() before starting the benchmark.
|
/// This method will be called from \c run() before starting the benchmark.
|
||||||
/// By default it's empty, but can be customized via template
|
/// By default it's empty, but can be customized via template
|
||||||
/// specialization.
|
/// specialization. When specialized, a reference to the target object
|
||||||
|
/// given to the constructor will be passed to the implementation.
|
||||||
void setUp(T&) {}
|
void setUp(T&) {}
|
||||||
|
|
||||||
/// \brief Hook to be called after benchmark.
|
/// \brief Hook to be called after benchmark.
|
||||||
///
|
///
|
||||||
/// This method will be called from \c run() when the benchmark completes.
|
/// This method will be called from \c run() when the benchmark completes.
|
||||||
/// By default it's empty, but can be customized via template
|
/// By default it's empty, but can be customized via template
|
||||||
/// specialization.
|
/// specialization. When specialized, a reference to the target object
|
||||||
|
/// given to the constructor will be passed to the implementation.
|
||||||
void tearDown(T&) {}
|
void tearDown(T&) {}
|
||||||
|
|
||||||
/// \brief Perform benchmark.
|
/// \brief Perform benchmark.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user