Exemplo n.º 1
0
void Summary::print()
{
    print_versions();
    print_pools();
    print_bind();
    print_commands();
}
Exemplo n.º 2
0
void Summary::print()
{
    print_versions();
    print_memory();
    print_cpu();
    print_threads();
    print_pools();

#   ifndef XMRIG_NO_API
    print_api();
#   endif

    print_commands();
}