I m trying to use Scalene to profile some python code. When I run:
scalene --reduced-profile --html --outfile ./profiling/profile_name_file.html ./profiling/profiling_script.py
我收到两条错误信息:
[1205/174847.087563:ERROR:elf_dynamic_array_reader.h(64)] tag not found [1205/174847.110144:ERROR:directory_reader_posix.cc(42)] opendir /home/user/.config/google-chrome/Crash Reports/attachments/82a5951a-f981-4d23-badc-a9487b65f7c0: No such file or directory (2)
之后,我去看一下我掌握巴什指挥的目录,我找到了一个<编码>profile.html,而不是一个<代码>profile_name_file.html within the profiling
。