mirror of
https://gitee.com/openharmony/developtools_hiperf
synced 2024-11-27 01:30:28 +00:00
modify uncompress tmp file path
Signed-off-by: yuyanqinghw <yuyanqing539@huawei.com>
This commit is contained in:
parent
9eec266a33
commit
84d0ae2263
@ -31,7 +31,7 @@ namespace Developtools {
|
||||
namespace HiPerf {
|
||||
const int FETURE_MAX = 256;
|
||||
const int SIZE_FETURE_COUNT = 8;
|
||||
constexpr const char UNCOMPRESS_TMP_FILE[] = "/data/local/tmp/.perf.data";
|
||||
constexpr char UNCOMPRESS_TMP_FILE[] = "/data/local/tmp/.perf.data";
|
||||
|
||||
std::unique_ptr<PerfFileReader> PerfFileReader::Instance(const std::string &fileName)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user