Commit Graph

52 Commits

Author SHA1 Message Date
J. Ryan Stinnett
7e2158acc2 Bug 1178851 - Move testing flag to DevToolsUtils. r=ochameau 2015-07-02 04:56:57 -05:00
Jordan Santell
81c3fe520f Bug 1175705 - Make enable-jit-optimizations a recording-feature rather than a toggleable display feature. r=vp 2015-06-17 14:57:45 -07:00
Jordan Santell
405525f6a4 Bug 1173978 - JIT optimizations should only be stored for youngest frames. r=shu 2015-06-11 16:04:26 -07:00
Jordan Santell
e1ad0d08a3 Bug 1152992 - If markers do not have a definition, classify them as "Unknown" in the perftools. r=vp 2015-06-09 20:34:51 -07:00
Jordan Santell
9adf60ddb7 Bug 1169146 - Clearing recordings while a recording is in progress now correctly sets the state of the recording buttons. r=vp 2015-06-09 18:24:46 -07:00
Jordan Santell
407e5fd06c Bug 1161199 - Remove the now redundant PerformanceActorConnection into the pseudo PerformanceFront. r=vp 2015-06-06 13:44:05 -07:00
Jordan Santell
56092ad34a Bug 1168566 - Separate memory over time and allocation recording in perftools as two different preferences. r=fitzgen 2015-06-09 11:06:49 -07:00
Jordan Santell
e203340542 Bug 1171539 - ConsoleTime markers should render endStacks. r=vp 2015-06-04 12:38:32 -07:00
Jordan Santell
6621235ce8 Bug 1163356 - Migrate performance tool components to xpcshell tests where appropriate. r=vp 2015-05-29 17:34:32 -07:00
Victor Porof
3e4c16b95c Bug 1167962 - Keep exports at bottom of modules, r=jsantell 2015-05-24 12:12:20 -04:00
Jordan Santell
ceac8dc058 Bug 1058898 - Enable e10s tests on the performance tool. r=vp 2015-05-10 01:20:56 -07:00
Jordan Santell
a0144d8f84 Bug 1164281 - Make a new pref devtools.performance.ui.experimental enabled on nightly to show experimental options. r=vp 2015-05-12 18:18:23 -07:00
Jordan Santell
4a177331ed Bug 1160313 - Remove temporary retro-mode for performance tools. r=vp 2015-05-15 11:35:26 -07:00
Shu-yu Guo
c06f0b1979 Bug 1154115 - Fix devtools tests to use the new profiler JSON format. (r=jsantell) 2015-05-11 14:16:44 -07:00
Jordan Santell
c28745c366 Bug 1160900 - Display buffer status while recording a profile. r=vp 2015-05-08 16:19:58 -07:00
Jordan Santell
0e125e171d Bug 1145187 - Implement polling for buffer status on performance actor facades. r=vp 2015-05-05 17:12:49 -07:00
Brian Grinstead
3bc5440343 Bug 1145784 - Use testX/testY for coordinates during tests for the Graph and FlameGraph;r=vporof 2015-05-05 11:47:33 -07:00
Jordan Santell
a0f22a4008 Bug 1159052 - Performance recording should stop rendering and recording as soon as the recording stops. r=vp 2015-05-02 16:47:41 -07:00
Jordan Santell
866158cae6 Bug 1156499 - Disable all non-profiler/fps components in the performance tools when in aurora, for 40.0 release. r=vp 2015-04-30 15:13:49 -07:00
Jordan Santell
9326ecc3d7 Bug 1136945 - Convert GC events from memory actor to be emitted as pseudo-markers from the TimelineActor. Pull out the core of the MemoryActor into a bridge, so it does not have to be used over RDP. r=vp,fitzgen 2015-04-28 10:32:32 -07:00
Jordan Santell
d804760f02 Bug 1132758 - Performance feature visibility now based on a per recording-basis, dependent on features enabled and server support. r=vp 2015-04-24 21:04:02 -07:00
Jordan Santell
7042ee76b7 Bug 1147945 - Let the profiler's buffer size and sample rate be configurable via prefs. r=vp 2015-04-13 18:00:02 -07:00
Jordan Santell
d9a58344f8 Bug 1134778 - Consolidate usages of view sourcing in tools with a source-utils module. r=vp,jryans 2015-04-24 14:16:34 -07:00
Jordan Santell
11a3e3a081 Bug 1077464 - Wire console.profile/profileEnd to the new performance tool. Move most of the recording-model logic from the front end into the PerformanceFront and PerformanceActorConnection so it can manage recordings without the front end being viewed. r=vp,jryans,pbrosset 2015-04-14 08:58:58 -07:00
Jordan Santell
0868889427 Bug 1143933 - Expose raw JIT optimization information in performance front end. r=vp,shu 2015-03-25 10:08:40 -07:00
Victor Porof
1a623af11a Bug 1148463 - Re-enable the Performance++ tool, r=jsantell 2015-03-31 11:28:43 -04:00
Victor Porof
7814ffa481 Bug 1148463 - Temporarily disable the new performance tools for the Aurora uplift by backing out changeset 2ae4dac8f094, r=jsantell 2015-03-27 20:20:11 -04:00
Victor Porof
0c5ba3ed58 Bug 1123815 - Merge gum into fx-team to enable the Performance++ tool, r=me 2015-03-14 16:14:37 -04:00
Victor Porof
bb8df07873 Bug 1142748 - Use a single configuration for starting/stopping recordings, r=jsantell 2015-03-13 11:53:23 -04:00
Victor Porof
de5235bae7 Bug 1137500 - Always wait for the overview to be rendered in tests after a recording finishes, unless otherwise specified, r=jsantell 2015-02-26 18:07:15 -05:00
Jordan Santell
9734ac05a9 Bug 1130204 - Hide views in the performance tool if they are not supported by the server actor. r=vp 2015-02-14 10:51:00 +01:00
Jordan Santell
5ffba11111 Bug 1107949 - framerate actor now continues recording in e10s after a page refresh. r=vp 2015-02-09 17:17:43 -08:00
Victor Porof
5cc9109deb Bug 1131577 - Waterfall view can scroll outside the visible bounds if the flamegraph view was initialized before a recording was started, r=jsantell 2015-02-10 18:36:31 -05:00
Jordan Santell
0fafff20a5 Bug 1130200 - Fix the mocked memory and timeline actors for older gecko targets (fx2.0, fx2.1). r=vp 2015-02-09 12:49:00 +01:00
Jordan Santell
cd701e92f9 Bug 1111020 - Fix key events in perf tool's call trees. r=vp 2015-02-09 12:35:00 +01:00
Jordan Santell
d2bb52d29f Bug 1130671 - clean up some test regressions in perf++ tool. Add toString methods for views for help rendering in tests. r=vp
From 88da44a4dfe3593dad339dc043986108e012f32c Mon Sep 17 00:00:00 2001
2015-02-06 17:45:32 -08:00
Victor Porof
b8a5421573 Bug 1129187 - Initialize all the overview graphs and detail views lazily, r=jsantell 2015-02-06 13:20:19 -05:00
Jordan Santell
f97323617e Bug 1128859 - Memory allocation views are only enabled if 'enable-memory' preference is on. r=vp
From bca130324429144e7f92d6c058600cf378717106 Mon Sep 17 00:00:00 2001
2015-02-04 15:20:04 -08:00
Victor Porof
6f9f5d620a Bug 1129539 - stopwatch icon in landing/recording panes in perf++ tool has padding issue in OSX, r=jsantell 2015-02-05 14:34:40 -05:00
Jordan Santell
ee8a8f4daa Bug 1122639 - Expose performance preferences to the tool and
From 4cbabb1da8307c74f87afc992275842159252ef5 Mon Sep 17 00:00:00 2001
 start migrating over previous profiler preferences. r=vp
2015-01-21 09:31:33 -08:00
Victor Porof
9c251b31ba Bug 1077461 - Build call tree for memory allocations view, r=jsantell 2015-01-28 14:30:32 -05:00
Victor Porof
0a243a9cd2 Bug 1105014 - Part 3: Fix existing tests and add a few more, r=jsantell 2015-01-22 12:20:55 -05:00
Jordan Santell
b010c7c540 Bug 1102350 - Implement invert-call-tree option in new performance tool, backed by a pref, set on by default. r=vp 2015-01-19 10:37:00 +01:00
Victor Porof
61bee3fcc7 Bug 1077454 - Handle import/export in new performance tool, r=jsantell 2014-12-23 11:50:50 -05:00
Victor Porof
0b656c0712 Bug 1077457 - Add markers and memory to Overview->Timeline view in new performance tool, r=jsantell 2014-12-12 22:31:27 -05:00
Jordan Santell
fb6204d747 Bug 1102347 - Add jump to lines in the debugger from new performance call tree. r=vp 2014-12-10 17:34:00 +01:00
Jordan Santell
79d6525953 Bug 1077458 - Implement marker's waterfall view in new performance tool, with details view toggling between waterfall and call tree views. r=vp 2014-12-03 16:36:00 +01:00
J. Ryan Stinnett
99df2107de Bug 1058997 - Part 3c: Remove always allow init calls from tests. r=past 2014-12-01 22:55:56 -08:00
Jordan Santell
e9c3453920 Bug 1077455 - Link the details and overview views together in the new performance tool. r=vp 2014-11-25 15:01:00 +01:00
Jordan Santell
a2b1943145 Bug 1077449 - Render framerate data realtime in performance tool. r=vp 2014-11-18 14:37:00 +01:00