Home
last modified time | relevance | path

Searched refs:RecordStart (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dparallel_map_dataset_op.cc249 RecordStart(ctx); in GetNextInternal()
257 RecordStart(ctx); in GetNextInternal()
465 RecordStart(ctx.get()); in CallFunction()
505 RecordStart(ctx.get()); in RunnerThread()
523 RecordStart(ctx.get()); in RunnerThread()
Dprefetch_dataset_op.cc182 RecordStart(ctx); in GetNextInternal()
189 RecordStart(ctx); in GetNextInternal()
445 RecordStart(ctx.get()); in PrefetchThread()
456 RecordStart(ctx.get()); in PrefetchThread()
Dparallel_interleave_dataset_op.cc373 RecordStart(ctx); in GetNextInternal()
416 RecordStart(ctx_.get()); in SaveInternal()
738 RecordStart(ctx_.get()); in WorkerManagerThread()
775 RecordStart(ctx_.get()); in WorkerManagerThread()
808 RecordStart(ctx_.get()); in CurrentWorkerThread()
876 RecordStart(ctx_.get()); in FutureWorkerThread()
1042 RecordStart(ctx_.get()); in WaitWorkerThread()
1386 RecordStart(ctx); in ReadElementsParallel()
Dparallel_batch_dataset_op.cc204 RecordStart(ctx); in GetNextInternal()
401 RecordStart(ctx.get()); in RunnerThread()
419 RecordStart(ctx.get()); in RunnerThread()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dparse_example_dataset_op.cc402 RecordStart(ctx); in GetNextInternal()
410 RecordStart(ctx); in GetNextInternal()
610 RecordStart(ctx.get()); in CallFunction()
615 RecordStart(ctx.get()); in CallFunction()
741 RecordStart(ctx.get()); in RunnerThread()
761 RecordStart(ctx.get()); in RunnerThread()
Dparallel_interleave_dataset_op.cc397 RecordStart(ctx); in GetNextInternal()
709 RecordStart(ctx.get()); in WorkerThread()
752 RecordStart(ctx.get()); in WorkerThread()
805 RecordStart(ctx.get()); in WorkerThread()
865 RecordStart(ctx.get()); in WorkerThread()
Dsleep_dataset_op.cc137 RecordStart(ctx); in GetNextInternal()
Dmap_and_batch_dataset_op.cc242 RecordStart(ctx); in GetNextInternal()
528 RecordStart(ctx.get()); in RunnerThread()
557 RecordStart(ctx.get()); in RunnerThread()
Dchoose_fastest_dataset_op.cc330 RecordStart(ctx); in RunnerThread()
/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc177 void RecordStart(TaskType type, int cookie) { in RecordStart() function in base::__anon2599e6e40111::TaskList
238 order->RecordStart(RECURSIVE, cookie); in RecursiveFunc()
250 order->RecordStart(QUITMESSAGELOOP, cookie); in QuitFunc()
460 order->RecordStart(MESSAGEBOX, cookie); in MessageBoxFunc()
469 order->RecordStart(ENDDIALOG, cookie); in EndDialogFunc()
1177 order->RecordStart(ORDERED, cookie); in OrderedFunc()
1279 order->RecordStart(PUMPS, cookie); in FuncThatPumps()
1285 order->RecordStart(SLEEP, cookie); in SleepFunc()
1333 order->RecordStart(RUNS, cookie); in FuncThatRuns()
1446 order->RecordStart(RUNS, cookie); in QuitAndRunNestedLoop()
/external/tensorflow/tensorflow/core/framework/
Ddataset.h1069 void RecordStart(IteratorContext* ctx) { in RecordStart() function