https://github.com/TakehideSoh/SAF
Tip revision: 3b45819df15225431050eeb48c1a31ffdd580af7 authored by Daniel Le Berre on 22 June 2023, 20:02:19 UTC
Typo in README
Typo in README
Tip revision: 3b45819
resources.hpp
#ifndef _resources_hpp_INCLUDED
#define _resources_hpp_INCLUDED
namespace CaDiCaL {
double absolute_real_time ();
double absolute_process_time ();
uint64_t maximum_resident_set_size ();
uint64_t current_resident_set_size ();
}
#endif // ifndef _resources_hpp_INCLUDED
