按照之前Ascend社区的学习课程来看
在推理过程中可以进行 msprof 或者 Ascend Pytorch Profiler 来获取推理过程中的性能数据采集
比如 msprof 通过 --application="python xxxx.py" ,Ascend Pytorch Profiler 通过修改代码文件来采集数据
对于 mindie-servie ,我想要采集数据进行分析,应该如何实现呢,有试了一下 msprof --application="bin/mindieservice_daemon" 这样是不行的
在推理过程中可以进行 msprof 或者 Ascend Pytorch Profiler 来获取推理过程中的性能数据采集
比如 msprof 通过 --application="python xxxx.py" ,Ascend Pytorch Profiler 通过修改代码文件来采集数据
对于 mindie-servie ,我想要采集数据进行分析,应该如何实现呢,有试了一下 msprof --application="bin/mindieservice_daemon" 这样是不行的