// Copyright (c) 2017 Graphcore Ltd. All rights reserved.
#ifndef __poprandCycleEstimators_hpp__
#define __poprandCycleEstimators_hpp__

#include <poputil/cyclesTables.hpp>

namespace poprand {

poputil::internal::PerfEstimatorTable makePerfFunctionTable();

}

#endif
