Rosetta
|
#include <Design.bench.hh>
Public Member Functions | |
DesignBenchmark (std::string name) | |
void | setUp () override |
void | run (core::Real scaleFactor) override |
void | tearDown () override |
![]() | |
PerformanceBenchmark (std::string name) | |
virtual | ~PerformanceBenchmark () |
double | execute (core::Real scaleFactor) |
std::string | name () |
Public Attributes | |
protocols::minimization_packing::PackRotamersMover | pack_mover |
core::pose::Pose | design_pose |
Additional Inherited Members | |
![]() | |
static void | executeOneBenchmark (std::string const &name, core::Real scaleFactor=1) |
static void | executeAllBenchmarks (core::Real scaleFactor=1) |
static std::string | getReport () |
static std::string | getOneReport (std::string const &name) |
|
inline |
|
inlineoverridevirtual |
Reimplemented from PerformanceBenchmark.
References design_pose, create_a3b_hbs::i, and pack_mover.
|
inlineoverridevirtual |
Reimplemented from PerformanceBenchmark.
References design_pose, and pyrosetta.distributed.io::pose_from_file.
|
inlineoverridevirtual |
Reimplemented from PerformanceBenchmark.
core::pose::Pose DesignBenchmark::design_pose |
protocols::minimization_packing::PackRotamersMover DesignBenchmark::pack_mover |
Referenced by run().