Граф коммитов

40 Коммитов

Автор SHA1 Сообщение Дата
Victor Porof 1f329e4468 Bug 1123825 - ThreadNode constructor params are a mess; use an options param instead, r=jsantell 2015-01-20 15:57:19 -05:00
Victor Porof d22c6149fe Bug 1123811 - Consistently use getLabel() and profileLabel in RecordingsView's _onRecordingStarted and _onRecordingStopped, r=jsantell 2015-01-20 15:57:19 -05:00
Victor Porof 72a7874d8f Bug 1123808 - RecordingsView emits a redundant EVENTS.RECORDING_SELECTED in _onRecordingStarted and _onRecordingImported, r=jsantell 2015-01-20 15:57:19 -05:00
Jordan Santell 89b5a63b75 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
Jordan Santell 7f24f5379b Bug 1121196 - Toggle flamegraph rendering when switching, r=vporof 2015-01-14 07:46:24 -08:00
Victor Porof f1c91d9fcb Bug 1122180 - The RECORDING_IMPORTED shouldn't emit both a recording model and all its data, r=jsantell 2015-01-16 13:44:24 -05:00
Victor Porof 7ce70c4f09 Bug 1122172 - Typo in PerformanceController.getLocalElapsedTime: function is only accessed, not called, r=jsantell 2015-01-16 13:44:24 -05:00
Victor Porof c2681f7e52 Bug 1119934 - Display (idle) nodes in the flamegraph for the new performance tool, r=jsantell 2015-01-15 14:54:46 -05:00
Victor Porof d3b0fc6c20 Bug 1119933 - Filter out platform frames in the flamegraph for the new performance tool, r=jsantell 2015-01-15 14:54:46 -05:00
Victor Porof 47414bf181 Bug 1119932 - Flatten recursion in the flamegraph for the new performance tool, r=jsantell
--HG--
rename : browser/devtools/shared/test/browser_flame-graph-utils.js => browser/devtools/shared/test/browser_flame-graph-utils-01.js
2015-01-15 14:54:46 -05:00
Jordan Santell c43123688a 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
Jordan Santell 4ea61c7b7a Bug 1119516 - Old profiler data can now be imported into new performance tool. r=vp 2015-01-08 15:20:00 +01:00
Victor Porof bdc0539fc0 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 18c6a57fa7 Bug 1120225 - Move the details view toggle buttons in the top toolbar, r=jsantell 2015-01-12 10:48:35 -05:00
Victor Porof a8c2547306 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
Victor Porof 2c72cc9e10 Bug 1119242 - Show the framerate graph underneath the markers overview, r=jsantell 2015-01-11 12:56:30 -05:00
Victor Porof 643ae0e41d Bug 1077459 - Add flamechart view to Details view in new performance tool, r=jsantell 2015-01-11 11:45:23 -05:00
Jordan Santell 9964c79a32 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 cb4ca0ffc8 Bug 1117971 - Make min/max/avg data, gutter and lines optional for the LineGraphWidget. r=vp 2015-01-05 16:10:00 -05:00
Tom Tromey 3da37909db Bug 1104213 - add stack traces to timeline markers. r=smaug r=vporof 2014-12-29 11:32:00 +01:00
Victor Porof 4bd97bc067 Bug 1077454 - Handle import/export in new performance tool, r=jsantell 2014-12-23 11:50:50 -05:00
Victor Porof bafb527537 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 bd72620c3a Bug 1111045 - Selection should always be disabled while recording in the new performance tool, r=jsantell
--HG--
rename : browser/devtools/performance/test/browser_perf-overview-selection.js => browser/devtools/performance/test/browser_perf-overview-selection-01.js
2014-12-12 19:45:33 -05:00
Victor Porof 26f7493ecf 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 62db9ed8e9 Bug 1111029 - The waterfall view calls `recalculateBounds` unnecessarily too often, r=jsantell 2014-12-12 19:44:52 -05:00
Victor Porof a5c68db937 Bug 1111010 - A deck in the new performance tool shouldn't use .devtools-responsive-container, r=jsantell 2014-12-12 19:44:52 -05:00
Jordan Santell 07b85cc924 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 91615d22fc Bug 1109764 - Correctly toggle the details view buttons in the performance tool. r=vp 2014-12-10 14:45:00 +01:00
Victor Porof aa4d9dead9 Bug 1101197 - Improve performance of framerate view in new performance tool, r=jsantell 2014-12-08 13:09:25 -05:00
Victor Porof 907780c2f8 Bug 1107947 - Small reorg of the files in the new performance tool, r=jsantell
--HG--
rename : browser/devtools/performance/controller.js => browser/devtools/performance/performance-controller.js
rename : browser/devtools/performance/views/main.js => browser/devtools/performance/performance-view.js
rename : browser/devtools/performance/views/call-tree.js => browser/devtools/performance/views/details-call-tree.js
rename : browser/devtools/performance/views/waterfall.js => browser/devtools/performance/views/details-waterfall.js
2014-12-06 12:08:10 -05:00
Victor Porof 60c7790014 Bug 1106416 - Small UI fixes for the new performance tool, r=jsantell 2014-12-05 10:54:47 -05:00
Jordan Santell 0ff15d35ae 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 fe3b52b03e Bug 1058997 - Part 3c: Remove always allow init calls from tests. r=past 2014-12-01 22:55:56 -08:00
Jordan Santell 5030d409ca Bug 1104973 - Fix browser_perf-data-samples.js with having atleast one assertion called. r=vp 2014-11-25 13:30:00 +01:00
Jordan Santell 4d4ab99a03 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 8934c5cbb4 Bug 1077451 - Render profiler call tree in new performance tool. r=vp 2014-11-20 13:02:00 +01:00
Jordan Santell 62ef89c9f8 Bug 1077449 - Render framerate data realtime in performance tool. r=vp 2014-11-18 14:37:00 +01:00
Jordan Santell 545d3d1ea6 Bug 1077447 - Hook up recording UI to the new performance tool. r=victorporof 2014-10-30 12:35:00 +01:00
Jordan Santell 29c06db5cf Bug 1077442 - Create a pseudo-PerformanceFront, r=vp 2014-10-23 12:47:00 +02:00
Jordan Santell f906459194 Bug 1077441 - create empty performance tool under build flag. r=vp 2014-10-15 09:46:00 +02:00