|
Electroneum
|
#include <ado_db_helper.h>
Public Types | |
| typedef std::map< std::string, profile_entry > | sqls_map |
Public Member Functions | |
| profiler_manager () | |
| bool | flush_log (const std::string &path) |
| bool | push_entry (const std::string sql, DWORD time) |
| bool | get_entry_avarege (const std::string sql, DWORD &time) |
Static Public Member Functions | |
| static bool | sort_by_timing (const sqls_map::iterator &a, const sqls_map::iterator &b) |
Definition at line 82 of file ado_db_helper.h.
| typedef std::map<std::string, profile_entry> epee::ado_db_helper::profiler_manager::sqls_map |
Definition at line 85 of file ado_db_helper.h.
|
inline |
Definition at line 86 of file ado_db_helper.h.
|
inline |
Definition at line 93 of file ado_db_helper.h.


|
inline |
Definition at line 126 of file ado_db_helper.h.
|
inline |
Definition at line 114 of file ado_db_helper.h.


|
inlinestatic |
Definition at line 88 of file ado_db_helper.h.
