0027691: Remove dchrono from all test cases and move its to perf group
[occt.git] / tests / perf / caf / bug5023_std
CommitLineData
44fae8b1 1puts "================"
2puts "OCC5023"
3puts "================"
4puts ""
5######################################################
6# Performance regression in opening OCAF file
7######################################################
8
9set aFile [locate_data_file OCC5023.std]
10
11puts "Info: Restore the document"
12
13if [info exists DD] {
14 catch {Close DD}; unset DD
15}
16
17dchrono h restart
18
19Open ${aFile} DD
20dchrono h stop counter OpenDoc