MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / now

Function now

src/include/utils/utils.hpp:32–34  ·  view source on GitHub ↗

\brief now \return the current time

Source from the content-addressed store, hash-verified

30/// \brief now
31/// \return the current time
32inline time_point now(){
33 return std::chrono::high_resolution_clock::now();
34}
35
36/// \brief duration in nanoseconds
37/// \param start the start time

Callers 15

read_escape_sequenceFunction · 0.85
mainFunction · 0.85
get_date_yyyymmddFunction · 0.85
get_current_time_stringFunction · 0.85
generate_createdMethod · 0.85
generate_createdMethod · 0.85
handle_generateMethod · 0.85
handle_chatMethod · 0.85
handle_psMethod · 0.85
SamplerMethod · 0.85
insertMethod · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68