Commit Graph

42 Commits

Author SHA1 Message Date
Victor Porof
23dd8f0e43 Bug 1169135 - Make Graphs.jsm a require module, r=jsantell 2015-06-17 16:05:52 -04:00
Ryan VanderMeulen
585536e23d Backed out changeset ff46473241e4 (bug 1169135) for browser_graphs-07c.js failures.
CLOSED TREE
2015-06-17 14:41:29 -04:00
Victor Porof
0a4fa2112a Bug 1169135 - Make Graphs.jsm a require module, r=jsantell 2015-06-16 20:18:04 -04: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
0581cc1c17 Bug 1167899 - Profiler data should compute timing information from sample count, not timestamps in the samples. r=shu 2015-06-08 18:16:18 -07:00
Victor Porof
2a921a4743 Backed out changeset 549e09a3e84d for breaking the web audio editor, r=permaorange 2015-05-28 18:09:25 -04:00
Victor Porof
e5173b4133 Bug 1169135 - Make Graphs.jsm a require module, r=jsantell 2015-05-28 17:04:16 -04:00
Jordan Santell
db1d4971c4 Bug 1165885 - Handle scenario when clearing out recordings while a console profile is recording. r=pbrosset 2015-05-19 15:06:59 -07:00
Jordan Santell
03e0602272 Bug 1162583 - Disable realtime rendering in performance tools when e10s is not on. r=vp 2015-05-18 17:44:49 -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
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
2d896353c2 Bug 1160332 - Correctly check that the mouse is active in graphs to clean up rerender jank, a rebase error from 1157914. r=vp 2015-04-30 20:33:00 -04:00
Nick Fitzgerald
81092e78a5 Bug 1157914 - Don't re-render the graphs until selection is done; r=jsantell 2015-04-30 15:21:11 -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
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
2f58e72789 Bug 1149630 - Performance graphs should inherit from a common graph and be similarly styled. r=vporof 2015-04-02 13:04:00 -04:00
Jordan Santell
2f210ef86b Bug 1110550 - Enable performance overview graphs to rerender and change on devtools theme switch. r=vp 2015-03-31 10:18:00 +02:00
Victor Porof
8385831016 Bug 1147397 - The null recording checks in get/setTimeInterval are backwards, r=jsantell 2015-03-25 10:22:20 -04:00
Victor Porof
31954ad896 Bug 1137487 - AbstractCanvasGraph's destroy function should be async, r=jsantell 2015-02-26 18:07:15 -05:00
Victor Porof
7665575f81 Bug 1119023 - Timeline in new perf tool should filter out markers, r=jsantell 2015-02-25 17:40:20 -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
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
a95d07a903 Bug 1130272 - OverviewView._onGraphSelecting doesn't need to check if a recording is available, r=jsantell 2015-02-06 13:21:41 -05: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
5e677ee20c Bug 1120800 - Clear button now clears out all recordings and
From 2b0d8712c363893515e181de147ac3c8e0c51890 Mon Sep 17 00:00:00 2001
 stops current recording. r=vp
2015-02-04 13:35:31 -08: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
a4df223436 Bug 1124755 - Remove _beginAt and _endAt properties from the overview, r=jsantell 2015-01-22 13:32:26 -05:00
Victor Porof
f8bd5b5c98 Bug 1105014 - Part 1: Sync actor times and overview selection with all the detail views in the new performance tool, 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
3aa7b1580b Bug 1122172 - Typo in PerformanceController.getLocalElapsedTime: function is only accessed, not called, r=jsantell 2015-01-16 13:44:24 -05:00
Jordan Santell
a44301c0aa Bug 1111004 - New performance tool now manages multiple recordings, and can switch between recordings while profiling. r=vp 2015-01-13 09:26:00 +01:00
Victor Porof
d98bd8ecf4 Bug 1120231 - Trim vertical padding to maximize available vertical space in the new performance tool, r=jsantell 2015-01-12 10:49:18 -05:00
Victor Porof
4eb2f3d6fa Bug 1119927 - Small UI changes for the timeline marker details in the new perf too, r=jsantell 2015-01-11 12:56:31 -05:00
Jordan Santell
12dda8cebc Bug 1118299 - Performance tool now provides default blueprint for its waterfall and markers-overview graphs to work. r=vp 2015-01-08 11:17:00 +01:00
Jordan Santell
63f888629e Bug 1117971 - Make min/max/avg data, gutter and lines optional for the LineGraphWidget. r=vp 2015-01-05 16:10:00 -05: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
Victor Porof
687ab5cd87 Bug 1111045 - Selection should always be disabled while recording in the new performance tool, r=jsantell 2014-12-12 19:45:33 -05:00
Victor Porof
5b4417ecdc Bug 1111036 - At the end of a recording, the framerate graph should increase detail, r=jsantell 2014-12-12 19:44:52 -05:00
Victor Porof
ee2d06e971 Bug 1101197 - Improve performance of framerate view in new performance tool, r=jsantell 2014-12-08 13:09:25 -05: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