mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2025-01-12 17:00:32 +08:00
updated multithreaded test measurement
This commit is contained in:
parent
dde0151cb6
commit
fa9773d7db
@ -97,10 +97,10 @@ This test results in the following numbers (on my AMD Ryzen5 8/16-core laptop):
|
|||||||
<b>VERSION:</b> 5.0.0
|
<b>VERSION:</b> 5.0.0
|
||||||
<b>BUILD MODE:</b> Release
|
<b>BUILD MODE:</b> Release
|
||||||
|
|
||||||
<u><b>SERIAL RESULTS:</b></u><br/>runtime, overall = 3399.6ms<br/>single runtimes = (141.6 +/- 366.9) ms<br/>speedup = 1.00x<br/>threads / available = 1 / 16<br/><br/><br/>
|
<u><b>SERIAL RESULTS:</b></u><br/>runtime, overall = 2336.7ms<br/>single runtimes = (97.3 +/- 158.4) ms<br/>speedup = 1.00x<br/>threads / available = 1 / 16<br/><br/><br/>
|
||||||
|
|
||||||
<u><b>PARALLEL RESULTS:</b></u><br/>
|
<u><b>PARALLEL RESULTS:</b></u><br/>
|
||||||
runtime, overall = 526.7ms<br/>single runtimes = (166.4 +/- 9.9) ms<br/>speedup = 7.58x<br/>threads / available = 8 / 16<br/>batch runs = 3<br/><br/><b>speedup vs. serial = 6.5x</b>
|
runtime, overall = 527.2ms<br/>single runtimes = (166.4 +/- 8.1) ms<br/>speedup = 7.58x<br/>threads / available = 8 / 16<br/>batch runs = 3<br/><br/><b>speedup vs. serial = 4.4x</b>
|
||||||
|
|
||||||
[comment]:RESULTS_END
|
[comment]:RESULTS_END
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ int main(int argc, char* argv[])
|
|||||||
mainWin->setCentralWidget(main=new QWidget(mainWin));
|
mainWin->setCentralWidget(main=new QWidget(mainWin));
|
||||||
|
|
||||||
QString markdownFile="";
|
QString markdownFile="";
|
||||||
QString labelTemplate="Plot %1: $f(x)=\\cos\\left(x+\\sfrac{%1\\pi}{8}\\right)$";
|
QString labelTemplate="Plot %1: $f(x)=\\cos(x+%1\\pi/8)$";
|
||||||
QByteArray mdMATCH="RESULTS";
|
QByteArray mdMATCH="RESULTS";
|
||||||
for (int i=1; i<argc; i++) {
|
for (int i=1; i<argc; i++) {
|
||||||
if (QString(argv[i]).startsWith("--mdfile=")) {
|
if (QString(argv[i]).startsWith("--mdfile=")) {
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 202 KiB After Width: | Height: | Size: 251 KiB |
Binary file not shown.
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 39 KiB |
Loading…
Reference in New Issue
Block a user