(translator=PoChien, ChineseSource=PoChien-20020706-13\profreport.html, EnglishSource=c:\matlabr12\help\techdoc\ref\profreport.html)
MATLAB Function Reference    
profreport

集合評論報告

Syntax

Description

profreport 終止 profiler, 將現行profiler結果用 HTML 格式產生評論報告, 且在瀏覽器上顯示.

profreport(basename) 終止 profiler, 以現行 profiler 結果用 HTML 格式產生評論報告, 以你提供的basename將報告存起來, 將在網路瀏覽器顯示. 因為報告包含數個檔案, 請不要給 basename副檔名.

profreport(stats) 終止 profiler, 以現行 profiler 結果資訊用 HTML 格式產生評論報告, 並且在網路瀏覽器上顯示. 狀態是 profiler以 stats = profile('info')傳回的資訊結構.

profreport(basename,stats) 終止 profiler, 以 profiler 報告狀態產生以 HTML 格式的評論報告, 以你提供的basename的名字將報告儲存起來,並且用網路瀏覽器顯示. 狀態是由stats = profile('info')所傳回的 profiler 資訊結構.因為報告包含數個檔案, 所以請不要給basename副檔名.

Examples

執行profiler及檢視包含評論結果的結構.

  1. 執行 profiler 可計算 Lotka-Volterra predator-prey 人口模組的程式碼.
  2. 檢視包含評論報告的結構.

    MATLAB 傳回

  1. 檢視FunctionTable結構裡第二個元素的內容.

    MATLAB 傳回

  1. 顯示結構的評論報告.

    MATLAB 用網路瀏覽器顯示評論報告.

See Also

profile

Improving M-File Performance: the Profiler in Using MATLAB


  profile   propedit