CernVM-FS
2.12.0
|
Classes | |
struct | PublishStats |
struct | GcStats |
Functions | |
std::string | PrepareStatementIntoPublish (const perf::Statistics *statistics, const std::string &start_time, const std::string &finish_time, const bool success) |
std::string | PrepareStatementIntoGc (const perf::Statistics *statistics, const std::string &start_time, const std::string &finish_time, const std::string &repo_name, const bool success) |
std::string anonymous_namespace{statistics_database.cc}::PrepareStatementIntoGc | ( | const perf::Statistics * | statistics, |
const std::string & | start_time, | ||
const std::string & | finish_time, | ||
const std::string & | repo_name, | ||
const bool | success | ||
) |
Build the insert statement into gc_statistics table.
stats | a struct with values stored in strings |
start_time,finish_time | to run Main() of the command |
repo_name | fully qualified name of the repository |
Definition at line 189 of file statistics_database.cc.
Referenced by StatisticsDatabase::StoreGCStatistics().
std::string anonymous_namespace{statistics_database.cc}::PrepareStatementIntoPublish | ( | const perf::Statistics * | statistics, |
const std::string & | start_time, | ||
const std::string & | finish_time, | ||
const bool | success | ||
) |
Build the insert statement into publish_statistics table.
stats | a struct with all values stored in strings |
Definition at line 128 of file statistics_database.cc.
Referenced by StatisticsDatabase::StorePublishStatistics().