LogSystem beta 1.4
This is a logging system project
 
载入中...
搜索中...
未找到
bench.cc 文件参考
#include "../logs/Xulog.h"
#include <vector>
#include <thread>
#include <chrono>
bench.cc 的引用(Include)关系图:

函数

void bench (const std::string &logger_name, size_t thr_count, size_t msg_count, size_t msg_len)
 
void sync_bench ()
 
void async_bench ()
 
int main ()
 

函数说明

◆ async_bench()

void async_bench ( )
函数调用图:
这是这个函数的调用关系图:

◆ bench()

void bench ( const std::string &  logger_name,
size_t  thr_count,
size_t  msg_count,
size_t  msg_len 
)
函数调用图:
这是这个函数的调用关系图:

◆ main()

int main ( )
函数调用图:

◆ sync_bench()

void sync_bench ( )
函数调用图: