Home
last modified time | relevance | path

Searched refs:timeline (Results 1 – 25 of 77) sorted by relevance

1234

/external/linux-kselftest/tools/testing/selftests/sync/
Dsync_alloc.c34 int timeline, valid; in test_alloc_timeline() local
36 timeline = sw_sync_timeline_create(); in test_alloc_timeline()
37 valid = sw_sync_timeline_is_valid(timeline); in test_alloc_timeline()
40 sw_sync_timeline_destroy(timeline); in test_alloc_timeline()
46 int timeline, fence, valid; in test_alloc_fence() local
48 timeline = sw_sync_timeline_create(); in test_alloc_fence()
49 valid = sw_sync_timeline_is_valid(timeline); in test_alloc_fence()
52 fence = sw_sync_fence_create(timeline, "allocFence", 1); in test_alloc_fence()
57 sw_sync_timeline_destroy(timeline); in test_alloc_fence()
63 int fence, timeline; in test_alloc_fence_negative() local
[all …]
Dsync_fence.c35 int timeline = sw_sync_timeline_create(); in test_fence_one_timeline_wait() local
37 valid = sw_sync_timeline_is_valid(timeline); in test_fence_one_timeline_wait()
40 fence = sw_sync_fence_create(timeline, "allocFence", 5); in test_fence_one_timeline_wait()
49 ret = sw_sync_timeline_inc(timeline, 1); in test_fence_one_timeline_wait()
57 ret = sw_sync_timeline_inc(timeline, 4); in test_fence_one_timeline_wait()
65 ret = sw_sync_timeline_inc(timeline, 10); in test_fence_one_timeline_wait()
71 sw_sync_timeline_destroy(timeline); in test_fence_one_timeline_wait()
79 int timeline = sw_sync_timeline_create(); in test_fence_one_timeline_merge() local
82 a = sw_sync_fence_create(timeline, "allocFence", 1); in test_fence_one_timeline_merge()
83 b = sw_sync_fence_create(timeline, "allocFence", 2); in test_fence_one_timeline_merge()
[all …]
Dsync_stress_parallelism.c36 int timeline; member
43 int timeline = test_data_two_threads.timeline; in test_stress_two_threads_shared_timeline_thread() local
48 fence = sw_sync_fence_create(timeline, "fence", in test_stress_two_threads_shared_timeline_thread()
66 ret = sw_sync_timeline_inc(timeline, 1); in test_stress_two_threads_shared_timeline_thread()
79 int timeline = sw_sync_timeline_create(); in test_stress_two_threads_shared_timeline() local
81 valid = sw_sync_timeline_is_valid(timeline); in test_stress_two_threads_shared_timeline()
86 test_data_two_threads.timeline = timeline; in test_stress_two_threads_shared_timeline()
108 sw_sync_timeline_destroy(timeline); in test_stress_two_threads_shared_timeline()
Dsync_merge.c35 int timeline = sw_sync_timeline_create(); in test_fence_merge_same_fence() local
37 valid = sw_sync_timeline_is_valid(timeline); in test_fence_merge_same_fence()
40 fence = sw_sync_fence_create(timeline, "allocFence", 5); in test_fence_merge_same_fence()
51 sw_sync_timeline_inc(timeline, 5); in test_fence_merge_same_fence()
57 sw_sync_timeline_destroy(timeline); in test_fence_merge_same_fence()
Dsync_stress_merge.c44 int timeline, timeline_offset, sync_point; in test_merge_stress_random_merge() local
65 timeline = timelines[timeline_offset]; in test_merge_stress_random_merge()
75 tmpfence = sw_sync_fence_create(timeline, "fence", sync_point); in test_merge_stress_random_merge()
/external/tensorflow/tensorflow/python/client/
Dtimeline_test.py25 from tensorflow.python.client import timeline
55 tl = timeline.Timeline(run_metadata.step_stats)
73 tl = timeline.Timeline(step_stats)
76 tl = timeline.Timeline(step_stats)
79 tl = timeline.Timeline(step_stats)
82 tl = timeline.Timeline(step_stats)
105 tl = timeline.Timeline(step_stats)
108 tl = timeline.Timeline(step_stats)
111 tl = timeline.Timeline(step_stats)
114 tl = timeline.Timeline(step_stats)
[all …]
/external/toolchain-utils/crosperf/
Dbenchmark_run.py13 from cros_utils import timeline
57 self.timeline = timeline.Timeline()
58 self.timeline.Record(STATUS_PENDING)
102 self.timeline.Record(STATUS_WAITING)
124 self.timeline.Record(STATUS_SUCCEEDED)
126 if self.timeline.GetLastEvent() != STATUS_FAILED:
128 self.timeline.Record(STATUS_FAILED)
133 if self.timeline.GetLastEvent() != STATUS_FAILED:
134 self.timeline.Record(STATUS_FAILED)
152 if self.timeline.GetLastEvent() != STATUS_FAILED:
[all …]
Dbenchmark_run_unittest.py188 br.timeline.Record = MockRecordStatus
277 br.timeline.GetLastEvent = GetLastEventPassed
278 br.timeline.Record = RecordStub
304 br.timeline.GetLastEvent = GetLastEventFailed
305 br.timeline.Record = RecordStub
380 br.timeline.Record = MockRecord
/external/skia/experimental/docs/
DanimationCommon.js11 this.timeline = []; property
18 function addActions(frame, timeline) { argument
23 loopOver(action, timeline);
36 … for (var index = animationState.timelineIndex; index < animationState.timeline.length; ++index) {
37 var animation = animationState.timeline[index];
238 addActions("_default", animationState.timeline);
239 addActions(frame, animationState.timeline);
240 for (var index = 0; index < animationState.timeline.length; ++index) {
241 animationState.timeline[index].position = index;
243 animationState.timeline.sort(function(a, b) {
[all …]
/external/skqp/experimental/docs/
DanimationCommon.js11 this.timeline = []; property
18 function addActions(frame, timeline) { argument
23 loopOver(action, timeline);
36 … for (var index = animationState.timelineIndex; index < animationState.timeline.length; ++index) {
37 var animation = animationState.timeline[index];
238 addActions("_default", animationState.timeline);
239 addActions(frame, animationState.timeline);
240 for (var index = 0; index < animationState.timeline.length; ++index) {
241 animationState.timeline[index].position = index;
243 animationState.timeline.sort(function(a, b) {
[all …]
/external/toolchain-utils/cros_utils/
Dtimeline_test.py11 import timeline
18 tl = timeline.Timeline()
26 tl = timeline.Timeline()
35 tl = timeline.Timeline()
43 tl = timeline.Timeline()
/external/toolchain-utils/automation/common/
Dstate_machine.py27 self.timeline = events.EventHistory()
28 self.timeline.AddEvent(self._state)
51 self.timeline.AddEvent(self._state)
54 self.timeline.last.Finish()
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/fence/fence_annotate_wait_on/
Dformat10 field:__data_loc char[] timeline; offset:12; size:4; signed:0;
18 …mt: "driver=%s timeline=%s context=%u seqno=%u waits on driver=%s timeline=%s context=%u seqno=%u"…
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/fence/fence_destroy/
Dformat10 field:__data_loc char[] timeline; offset:12; size:4; signed:0;
14 print fmt: "driver=%s timeline=%s context=%u seqno=%u", __get_str(driver), __get_str(timeline), REC…
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/fence/fence_emit/
Dformat10 field:__data_loc char[] timeline; offset:12; size:4; signed:0;
14 print fmt: "driver=%s timeline=%s context=%u seqno=%u", __get_str(driver), __get_str(timeline), REC…
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/fence/fence_enable_signal/
Dformat10 field:__data_loc char[] timeline; offset:12; size:4; signed:0;
14 print fmt: "driver=%s timeline=%s context=%u seqno=%u", __get_str(driver), __get_str(timeline), REC…
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/fence/fence_init/
Dformat10 field:__data_loc char[] timeline; offset:12; size:4; signed:0;
14 print fmt: "driver=%s timeline=%s context=%u seqno=%u", __get_str(driver), __get_str(timeline), REC…
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/fence/fence_signaled/
Dformat10 field:__data_loc char[] timeline; offset:12; size:4; signed:0;
14 print fmt: "driver=%s timeline=%s context=%u seqno=%u", __get_str(driver), __get_str(timeline), REC…
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/fence/fence_wait_end/
Dformat10 field:__data_loc char[] timeline; offset:12; size:4; signed:0;
14 print fmt: "driver=%s timeline=%s context=%u seqno=%u", __get_str(driver), __get_str(timeline), REC…
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/fence/fence_wait_start/
Dformat10 field:__data_loc char[] timeline; offset:12; size:4; signed:0;
14 print fmt: "driver=%s timeline=%s context=%u seqno=%u", __get_str(driver), __get_str(timeline), REC…
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
DTimeline.java154 public Timeline push(Timeline timeline) { in push() argument
156 …if (timeline.current != timeline) throw new RuntimeException("You forgot to call a few 'end()' sta… in push()
157 timeline.parent = current; in push()
158 current.children.add(timeline); in push()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_graph.cc72 const ShowNode* TFGraph::ShowInternal(const Options& opts, Timeline* timeline) { in ShowInternal() argument
80 if (timeline && timeline->step() < 0) { in ShowInternal()
111 if (timeline) { in ShowInternal()
112 timeline->GenerateGraphTimeline(root->show_children); in ShowInternal()
/external/tensorflow/tensorflow/core/profiler/g3doc/
Dprofile_time.md109 Set ```-output timeline:outfile=<filename>``` to generate timeline instead of stdout.
143 Usually, use graph view to generate a timeline to visualize the result.
153 tfprof options allow users to generate timeline in some advanced ways.
156 # Only generate timeline for gpu3 and cpu on workers.
157 …00000 -step 0 -account_type_regexes .*gpu:3.*,.*worker.*cpu:0.* -output timeline:outfile=<filename…
162 Open a Chrome browser, enter URL chrome://tracing and load the timeline file.
/external/perfetto/src/ftrace_reader/test/data/android_seed_N2F62_3.10.49/events/sync/sync_pt/
Dformat9 field:__data_loc char[] timeline; offset:8; size:4; signed:0;
12 print fmt: "name=%s value=%s", __get_str(timeline), REC->value
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/sync/sync_pt/
Dformat9 field:__data_loc char[] timeline; offset:8; size:4; signed:0;
12 print fmt: "name=%s value=%s", __get_str(timeline), REC->value

1234