Stopwatch:易于使用的简单基准测试工具

时间:2021-05-28 20:07:05
【文件属性】:
文件名称:Stopwatch:易于使用的简单基准测试工具
文件大小:15KB
文件格式:ZIP
更新时间:2021-05-28 20:07:05
跑表 易于使用的简单基准测试工具。 将UDP数据包发送到localhost,StopwatchViewer接收该UDP数据包并显示其统计信息,包括图表(此处为贷方)。 StopwatchViewer需要Qt4来构建。 只需将Stopwatch.h包含在您要进行基准测试并使用的代码中即可; # include < string> # include < stdio> # include " Stopwatch.h " int main ( int argc, char *argv[]) { // This stops duplicate timings on multiple runs Stopwatch::getInstance (). setCustomSignature ( 32434 ); STOPWATCH ( " Timing1 " , if (ar
【文件预览】:
Stopwatch-master
----src()
--------dataPlotWidget.cpp(5KB)
--------ncurses_ui.cpp(6KB)
--------stopwatchviewer.ui(2KB)
--------dataPlotWidget.h(1KB)
--------CMakeLists.txt(765B)
--------main.cpp(618B)
--------plotHolderWidget.cpp(1KB)
--------plotHolderWidget.h(903B)
--------stopwatchviewer.cpp(7KB)
--------stopwatchviewer.h(2KB)
--------Stopwatch.h(5KB)
--------ncurses_ui.h(212B)
--------RingBuffer.h(4KB)
--------StopwatchDecoder.h(1KB)
----README.md(1013B)
----.gitignore(17B)

网友评论