gecko-dev/tools/profiler/tests/xpcshell.ini
Nick Fitzgerald 22136ee183 Bug 1241249 - Add an SPS pseudo entry for JS stack capturing; r=shu
This commit adds SPS pseudo frame entries for
`js::SavedStacks::saveCurrentStack` with the `AutoSPSEntry` RAII class.
2016-01-20 11:32:00 +01:00

20 lines
377 B
INI

[DEFAULT]
head = head_profiler.js
tail =
skip-if = toolkit == 'android' || toolkit == 'gonk'
[test_start.js]
skip-if = true
[test_get_features.js]
[test_shared_library.js]
[test_run.js]
skip-if = true
[test_pause.js]
[test_enterjit_osr.js]
[test_enterjit_osr_disabling.js]
skip-if = !debug
[test_enterjit_osr_enabling.js]
skip-if = !debug
[test_asm.js]
[test_saved_stacks.js]