#include <profile_tools.h>
Definition at line 87 of file profile_tools.h.
◆ call_frame()
Definition at line 90 of file profile_tools.h.
93 m_call_time = boost::posix_time::microsec_clock::local_time();
◆ ~call_frame()
| epee::profile_tools::call_frame::~call_frame |
( |
| ) |
|
|
inline |
Definition at line 97 of file profile_tools.h.
101 boost::posix_time::ptime now_t(boost::posix_time::microsec_clock::local_time());
102 boost::posix_time::time_duration delta_microsec = now_t - m_call_time;
103 uint64_t miliseconds_used = delta_microsec.total_microseconds();
unsigned __int64 uint64_t
The documentation for this struct was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/contrib/epee/include/profile_tools.h