Tf GPU timeline wrong after:set_trace_level(tensorflow::RunOptions::FULL_TRACE)

When using TensorFlow for C++ inference and enabling FULL_TRACE to generate a timeline file, it produces correct results on the CPU but produces timelines with significant errors on the GPU. The units in the GPU timeline are displayed as tens of thousands of years, even though the inference time is only around 10ms.