gecko-dev/tools/profiler/tests
Markus Stange 683997b80b Bug 1437428 - Split ThreadInfo into three classes: ThreadInfo, RegisteredThread and ProfiledThreadData. r=njn
The file copies and renames make this patch look a bit confusing. Here's what
happens:

ThreadInfo.h:
Most of the code gets moved into RegisteredThread.h and ProfiledThreadData.h,
but a small piece remains in ThreadInfo.h.

ThreadInfo.cpp:
Gets split into RegisteredThread.cpp and ProfiledThreadData.cpp.
ThreadInfo.cpp itself goes away.

In the mercurial changeset, I've marked ThreadInfo.h as being copied to both
RegisteredThread.h and to ProfiledThreadData.h, and ThreadInfo.cpp as being
copied to RegisteredThread.cpp and as being renamed to ProfiledThreadData.cpp.

MozReview-Commit-ID: 1j1imAv9cTd

--HG--
rename : tools/profiler/core/ThreadInfo.cpp => tools/profiler/core/ProfiledThreadData.cpp
rename : tools/profiler/core/ThreadInfo.h => tools/profiler/core/ProfiledThreadData.h
rename : tools/profiler/core/ThreadInfo.cpp => tools/profiler/core/RegisteredThread.cpp
rename : tools/profiler/core/ThreadInfo.h => tools/profiler/core/RegisteredThread.h
extra : rebase_source : 91310691d5e46246ec03305511c1b86ab458b0b9
2018-02-16 22:43:51 -05:00
..
chrome Bug 1428072 - 3/3 - Add a mochitest to test profiling better r=mstange 2018-01-31 15:11:51 +01:00
gtest Bug 1437428 - Split ThreadInfo into three classes: ThreadInfo, RegisteredThread and ProfiledThreadData. r=njn 2018-02-16 22:43:51 -05:00
.eslintrc.js
head_profiler.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
test_asm.js Bug 1319203: Fix asm.js profiler test; r=me 2018-02-09 14:47:10 +01:00
test_enterjit_osr.js Bug 1429705 - Enable ESLint rule mozilla/use-services for tools/profiler. r=mstange 2018-01-10 19:16:17 +00:00
test_enterjit_osr_disabling.js Bug 1429705 - Enable ESLint rule mozilla/use-services for tools/profiler. r=mstange 2018-01-10 19:16:17 +00:00
test_enterjit_osr_enabling.js Bug 1429705 - Enable ESLint rule mozilla/use-services for tools/profiler. r=mstange 2018-01-10 19:16:17 +00:00
test_get_features.js Bug 1429705 - Enable ESLint rule mozilla/use-services for tools/profiler. r=mstange 2018-01-10 19:16:17 +00:00
test_pause.js Bug 1429705 - Enable ESLint rule mozilla/use-services for tools/profiler. r=mstange 2018-01-10 19:16:17 +00:00
test_run.js Bug 1429705 - Enable ESLint rule mozilla/use-services for tools/profiler. r=mstange 2018-01-10 19:16:17 +00:00
test_shared_library.js Bug 1429705 - Enable ESLint rule mozilla/use-services for tools/profiler. r=mstange 2018-01-10 19:16:17 +00:00
test_start.js Bug 1429705 - Enable ESLint rule mozilla/use-services for tools/profiler. r=mstange 2018-01-10 19:16:17 +00:00
xpcshell.ini