different speed of ODE benchmark with and without MATLAB gui

2 ビュー (過去 30 日間)
Michal
Michal 2018 年 7 月 16 日
コメント済み: Auralius Manurung 2021 年 5 月 27 日
When I ran matlab benchmark on Linux at MATLAB GUI and at MATLAB command line (without gui) I get the different speed of ODE benchmark:
MATLAB GUI:
time_gui = bench(50);time_meam = mean(time_gui,1)
0.0824 0.1204 *0.0489* 0.0871 0.4029 0.4236
MATLAB cmdline:
time_cmd = bench(50);time_meam = mean(time_cmd,1)
0.0829 0.1214 *0.0142* 0.0948 0.3838 0.4166
Why is ODE (only!!!) benchmark 4x slower at MATLAB with GUI than at MATLAB without GUI (3rd number) at averaged benchmark results?
  3 件のコメント
Michal
Michal 2018 年 7 月 17 日
編集済み: Michal 2018 年 7 月 17 日
Situation getting be more complicated...
When I run MATLAB by desktop launcher:
[Desktop Entry]
Version=1.0
Type=Application
Terminal=true
Exec=/usr/local/MATLAB/R2018a/bin/matlab -desktop
Name=MATLAB
Icon=/home/x/.local/share/icons/matlab.png
Categories=Development;Math;Science
Comment=Scientific computing environment
StartupNotify=true
Path=/home/x/Documents/MATLAB
I observed ~4x slow down of ODE benchmark compare to the following two cases:
$ matlab -desktop
or
$ matlab -nodesktop
from command line (terminal)
For these two cmdline (terminal) commands ODE benchmark performs significantly faster.
Auralius Manurung
Auralius Manurung 2021 年 5 月 27 日
This also happens to me. The nodesktop test for the ODE is faster.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by