RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
main.cpp File Reference

Benchmarking application for the PersistentRepoAdapter. More...

#include <rtctk/componentFramework/logger.hpp>
#include <rtctk/componentFramework/persistentRepoAdapter.hpp>
#include <rtctk/componentFramework/test/repositoryIfBench.hpp>

Namespaces

namespace  rtctk
 
namespace  rtctk::componentFramework
 
namespace  rtctk::componentFramework::test
 

Functions

int main (int argc, char **argv)
 

Variables

std::string g_repodir = std::string("persistentRepoTest-pid-") + std::to_string(getpid())
 

Detailed Description

Benchmarking application for the PersistentRepoAdapter.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Variable Documentation

◆ g_repodir

std::string g_repodir = std::string("persistentRepoTest-pid-") + std::to_string(getpid())