Searched refs:timeline (Results 1 - 25 of 142) sorted by path

123456

/external/blktrace/btreplay/doc/
H A Dbtreplay.tex58 traces provide a complete timeline for each IO processed, including
/external/chromium-trace/
H A Dinit.js16 timelineViewEl.timeline.focusElement = timelineViewEl;
H A Dscript.js494 base.exportTo("tracing",function(){var d=tracing.Selection,b=tracing.TimelineViewport,a=ui.define("div");a.prototype={__proto__:HTMLDivElement.prototype,model_:null,decorate:function(){this.classList.add("timeline-track-view");this.categoryFilter_=new tracing.CategoryFilter;this.viewport_=new b(this);this.viewportStateAtMouseDown_=null;this.rulerTrackContainer_=new tracing.tracks.DrawingContainer(this.viewport_);this.appendChild(this.rulerTrackContainer_);this.rulerTrackContainer_.invalidate();this.rulerTrack_=
508 a+" <- : Select previous event on current timeline\n -> : Select next event on current timeline\n":a+"General Navigation\n g/General : Shows grid at the start/end of the selected task\n <-,^TAB : Select previous event on current timeline\n ->, TAB : Select next event on current timeline\n";return a+"\nSpace to switch between select / pan modes\nShift to temporarily switch between select / pan modes\nScroll to zoom in/out (in pan mode)\nDbl-click to add timing markers\nf to zoom into selection\nz to reset zoom and pan to initial view\n/ to search\n"},
525 document.activeElement==this.filterEl_){var a=this.controller.currentHitIndex,b=this.controller.filterHits.length;this.hitCountEl_.textContent=0==b?"0 of 0":a+1+" of "+b}else this.hitCountEl_.textContent=""}};d.prototype={__proto__:Object.prototype,get timeline(){return this.timeline_},set timeline(a){this.timeline_=a;this.filterHitsDirty_=!0},get filterText(){return this.filterText_},set filterText(a){a!=this.filterText_&&(this.filterText_=a,this.filterHitsDirty_=!0,this.showHits_(this.filterHits))},
526 get filterHits(){if(this.filterHitsDirty_&&(this.filterHitsDirty_=!1,this.filterHits_.clear(),this.currentHitIndex_=-1,this.timeline_&&this.filterText.length)){var a=new tracing.TitleFilter(this.filterText);this.timeline.addAllObjectsMatchingFilterToSelection(a,this.filterHits_)}return this.filterHits_},get currentHitIndex(){return this.currentHitIndex_},showHits_:function(a,b,d){this.timeline&&(this.timeline
[all...]
/external/chromium-trace/trace-viewer/src/tracing/
H A Dfind_control.js145 get timeline() {
149 set timeline(t) {
174 this.timeline.addAllObjectsMatchingFilterToSelection(
186 if (!this.timeline)
189 this.timeline.selection = selection;
192 this.timeline.zoomToSelection();
194 this.timeline.panToSelection();
H A Dfind_control_test.js94 var timeline = new FakeTimeline();
96 controller.timeline = timeline;
98 timeline.selection = new tracing.Selection();
100 assertArrayShallowEquals([], timeline.selection);
102 assertArrayShallowEquals([], timeline.selection);
106 var timeline = new FakeTimeline();
108 controller.timeline = timeline;
110 timeline
[all...]
H A Dtimeline_track_view.css6 .timeline-track-view * {
11 .timeline-track-view .tool-button {
15 .timeline-track-view {
20 .timeline-track-view .mode-indicator {
H A Dtimeline_track_view_test.js60 var timeline = new tracing.TimelineTrackView();
61 timeline.model = model;
62 timeline.focusElement = timeline;
63 timeline.tabIndex = 0;
64 this.addHTMLOutput(timeline);
83 var timeline = new tracing.TimelineTrackView();
84 timeline.model = model;
89 timeline.addAllObjectsMatchingFilterToSelection(
98 timeline
[all...]
H A Dtimeline_view.css6 .timeline-view * {
11 .timeline-view {
20 .timeline-view > .control > .title {
28 .timeline-view > .control {
40 .timeline-view > .control > .controls.category-filter {
44 .timeline-view > .control > .controls {
48 .timeline-view > .control > span {
53 .timeline-view > .control > .controls > button,
54 .timeline-view > .control > .controls > label {
60 .timeline
[all...]
H A Dtimeline_view.js37 this.classList.add('timeline-view');
39 var node = base.instantiateTemplate('#timeline-view-template');
235 // Remove old timeline if the model has completely changed.
243 this.findCtl_.controller.timeline = undefined;
247 // Create new timeline if needed.
253 this.findCtl_.controller.timeline = this.timeline_;
270 get timeline() {
302 * @return {boolean} Whether the current timeline is attached to the
342 dlg.controller.timeline = this.timeline;
[all...]
H A Dtimeline_view_test.js87 view.timeline.addAllObjectsMatchingFilterToSelection({
90 view.timeline.selection = selection;
123 view.timeline.addAllObjectsMatchingFilterToSelection(filter, selection);
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dprovided_file_systems.css83 #requestTimeline .request-timeline-scroller {
89 #requestTimeline .request-timeline-padding {
94 #requestTimeline .request-timeline-request {
105 #requestTimeline .request-timeline-request.selected {
109 #requestTimeline .request-timeline-request-overhead {
116 #requestTimeline .request-timeline-request-value-size {
128 #requestTimeline .request-timeline-toolbar {
140 #requestTimeline .request-timeline-toolbar button {
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dcros_log_visualizer.js6 * This visualizer displays the log in a timeline graph
22 var LOG_VISUALIZER_TIMELINE_ID = 'cros-log-visualizer-visualizer-timeline';
70 this.timeline = this.createTimeline();
81 this.container.appendChild(this.timeline);
107 * It creates the timeline that moves along with the mouse on canvas.
112 var timeline = document.createElement('div');
113 timeline.setAttribute('id', LOG_VISUALIZER_TIMELINE_ID);
114 timeline.style.height = LOG_VISUALIZER_CANVAS_HEIGHT + 'px';
115 timeline.addEventListener('mousedown', function(event) { return false; });
116 return timeline;
[all...]
H A Dtimeline_view.css6 #timeline-view-selection-div {
11 #timeline-view-selection-toggle {
20 .timeline-view-rotateleft {
24 .timeline-view-rotateright {
28 #timeline-view-selection-div ul {
33 #timeline-view-selection-div li {
38 .timeline-view-text {
42 #timeline-view-open-sockets {
46 #timeline-view-in-use-sockets {
50 #timeline
[all...]
/external/chromium_org/chrome/test/chromedriver/
H A Dcapabilities.cc345 &ParseInspectorDomainStatus, &capabilities->perf_logging_prefs.timeline);
539 timeline(InspectorDomainStatus::kDefaultEnabled),
H A Dcapabilities.h79 InspectorDomainStatus timeline; member in struct:PerfLoggingPrefs
H A Dcapabilities_unittest.cc352 capabilities.perf_logging_prefs.timeline);
365 capabilities.perf_logging_prefs.timeline);
H A Dperformance_logger.cc146 if (IsEnabled(prefs_.timeline)) {
149 if (prefs_.trace_categories.empty() || prefs_.timeline ==
/external/chromium_org/content/test/gpu/gpu_tests/
H A Dmemory_test.py11 from telemetry.timeline import counter
12 from telemetry.timeline import model
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationPlayer.cpp54 PassRefPtrWillBeRawPtr<AnimationPlayer> AnimationPlayer::create(ExecutionContext* executionContext, AnimationTimeline& timeline, AnimationNode* content) argument
56 RefPtrWillBeRawPtr<AnimationPlayer> player = adoptRefWillBeNoop(new AnimationPlayer(executionContext, timeline, content));
58 timeline.document()->compositorPendingAnimations().add(player.get());
63 AnimationPlayer::AnimationPlayer(ExecutionContext* executionContext, AnimationTimeline& timeline, AnimationNode* content) argument
70 , m_timeline(&timeline)
589 double startTime = timeline()->zeroTime() + startTimeInternal();
612 timeline()->document()->compositorPendingAnimations().add(this);
651 m_pendingFinishedEvent = AnimationPlayerEvent::create(eventType, eventCurrentTime, timeline()->currentTime());
H A DAnimationPlayer.h105 const AnimationTimeline* timeline() const { return m_timeline; } function in class:blink::FINAL
106 AnimationTimeline* timeline() { return m_timeline; } function in class:blink::FINAL
H A DAnimationPlayerTest.cpp59 timeline = AnimationTimeline::create(document.get());
60 player = timeline->createAnimationPlayer(0);
82 // The timeline does not know about our player, so we have to explicitly call update().
87 RefPtrWillBePersistent<AnimationTimeline> timeline; member in class:__anon10984::AnimationAnimationPlayerTest
95 player = timeline->createAnimationPlayer(0);
105 EXPECT_EQ(0, timeline->currentTimeInternal());
636 player = timeline->createAnimationPlayer(0);
674 player = timeline->createAnimationPlayer(0);
685 AnimationPlayer* player2 = timeline->createAnimationPlayer(animationNode);
698 player = timeline
[all...]
H A DAnimationStackTest.cpp24 timeline = AnimationTimeline::create(document.get());
30 AnimationPlayer* player = timeline->createAnimationPlayer(animation);
39 timeline->serviceAnimations(TimingUpdateForAnimationFrame);
80 RefPtrWillBePersistent<AnimationTimeline> timeline; member in class:blink::AnimationAnimationStackTest
H A DAnimationTest.cpp30 document.animationClock().resetTimeForTesting(document.timeline().zeroTime());
31 EXPECT_EQ(0, document.timeline().currentTime());
353 RefPtrWillBeRawPtr<AnimationPlayer> player = document.timeline().play(animation.get());
386 RefPtrWillBeRawPtr<AnimationPlayer> player = document.timeline().play(animation.get());
419 RefPtrWillBeRawPtr<AnimationPlayer> player = document.timeline().play(animation.get());
450 document.timeline().play(animation.get());
H A DAnimationTimeline.h69 // Creates a player attached to this timeline, but without a start time.
120 AnimationTimelineTiming(AnimationTimeline* timeline) argument
121 : m_timeline(timeline)
H A DAnimationTimelineTest.cpp95 timeline = AnimationTimeline::create(document.get(), adoptPtrWillBeNoop(platformTiming));
96 ASSERT_EQ(0, timeline->currentTimeInternal());
103 timeline.release();
113 timeline->serviceAnimations(TimingUpdateForAnimationFrame);
118 RefPtrWillBePersistent<AnimationTimeline> timeline; member in class:blink::AnimationAnimationTimelineTest
124 timeline->wake();
135 timeline = AnimationTimeline::create(document.get());
143 timeline->play(anim.get());
147 EXPECT_FLOAT_EQ(0, timeline->currentTimeInternal());
152 EXPECT_FLOAT_EQ(100, timeline
[all...]

Completed in 2240 milliseconds

123456