Is the start up time in compiled applications using 2013b better?

1 回表示 (過去 30 日間)
Amit
Amit 2014 年 1 月 30 日
コメント済み: Amit 2014 年 1 月 31 日
I had been been using Matlab 2012b. I had few deployed application using this version which took significant time to load up.
I know Matlab 2013b have many enticing features which provide a more professional installation for the deployed application. My question is did this became better in 2013b version of compiler? I have tried too look in blog posting etc, but couldn't find any comments regarding this. Do you guys have any thoughts or experiences regarding this.
  10 件のコメント
Amit
Amit 2014 年 1 月 30 日
編集済み: Amit 2014 年 1 月 31 日
True but that blog article was written in 2012. I was wondering if that has improved in the recent compiler.
The reason I am interested is because I can upgrade to 2013b, but if the start up is still issue, I'll have to think about it.
Walter Roberson
Walter Roberson 2014 年 1 月 31 日
You can request a Trial version to test with.

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

回答 (1 件)

Image Analyst
Image Analyst 2014 年 1 月 31 日
I haven't done actual timing, but it's not significantly different. The first run, like Matt said, take longer, maybe 90 seconds, because it has to unpack a bunch of stuff. Subsequent runs don't need to do that so they're shorter but still on the order of a minute or so. I have R2013a and R2013b both installed on my computer, both in 32 bit and 64 bit. Maybe I'll do some timings over the weekend.
  3 件のコメント
Image Analyst
Image Analyst 2014 年 1 月 31 日
It's a hidden directory (I think), but not a temporary one. I tell Windows not to hide any of my folders so I'm really not sure what's technically hidden or not unless I check the attributes. Anyway, if you set the environment variable MCR_CACHE_ROOT to . (dot) you'll see it unpack it right there where the executable lives, instead of that hidden directory. Now you can see all the stuff, and you might be surprised at some of the stuff it includes because it re-builds the directory tree structure. But reboot and that stuff is still there.
Amit
Amit 2014 年 1 月 31 日
That is very helpful. Thank you for that Image Analyst.
It is possible to do this with the installer package. Because I want to give the package to other people, and it will harder to tell them how and what regarding setting MCR_CACHE_ROOT

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

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by