blob: b1609373431b7344bdedc9ddc0e3ea5bf53c098a [file] [log] [blame]
Tests that CPU profiling is able to save/load.
Profiler was enabled.
Running: testSave
PASS: open was called with extension '.cpuprofile'
PASS: write was called with data length more than zero
PASS: close was called
Running: testLoad
PASS: the content of loaded profile matches with the original profile.
Profiler was disabled.