ifw-ccf 5.0.2
|
#include <execinfo.h>
#include <string>
#include <ifw/core/utils/param/parameterSet.hpp>
Go to the source code of this file.
Classes | |
class | ifw::ccf::common::FrameStatistics |
Class used by the threads to store info for generating performance statistics. More... | |
Namespaces | |
namespace | ifw |
namespace | ifw::ccf |
namespace | ifw::ccf::common |
Functions | |
std::string | ifw::ccf::common::GetImageDir () |
Get the name of the image output folder. | |
std::string | ifw::ccf::common::PackParameters (const ifw::core::utils::param::ParameterSet ¶meters) |
Serialise the parameters contained in the parameter set. | |
void | ifw::ccf::common::UnpackParameters (const std::string ¶meters, ifw::core::utils::param::ParameterSet &par_set) |
Unpack the serialised parameters and store the information in the provided parameter set object. | |
std::vector< std::string > | ifw::ccf::common::get_call_stack (int max_frames=64) |