cuda_profiler¶
- paddle.utils.profiler. cuda_profiler ( output_file, output_mode=None, config=None ) [source]
-
API cuda_profiler has been abandoned. If you have relevant requirements, you can use paddle.utils.profiler.start_profiler and paddle.utils.profiler.stop_profiler. The relevant reference documents are as follows: <https://www.paddlepaddle.org.cn/documentation/docs/en/api/paddle/utils/profiler/start_profiler_en.html#start-profiler> <https://www.paddlepaddle.org.cn/documentation/docs/en/api/paddle/utils/profiler/stop_profiler_en.html#stop-profiler> <https://www.paddlepaddle.org.cn/documentation/docs/en/advanced_guide/performance_improving/analysis_tools/timeline_en.html>