static */
| 29 | } |
| 30 | |
| 31 | /* static */ void TraceMe::ActivityEndImpl(uint64 activity_id) { |
| 32 | tracing::CallingContext::Pop(); |
| 33 | TraceMeRecorder::Record({activity_id, /*name=*/"", /*start_time=*/0, |
| 34 | /*end_time=*/EnvTime::Default()->NowNanos(), |
| 35 | /*parent_id=*/0}); |
| 36 | } |
| 37 | |
| 38 | } // namespace profiler |
| 39 | } // namespace tensorflow |