mirror of
https://gitee.com/openharmony/developtools_profiler
synced 2024-11-23 06:50:12 +00:00
冷启动耗时优化/截图采集次数修改
Signed-off-by: frank-huangran <frank.huangran@huawei.com>
This commit is contained in:
parent
a1a0cad943
commit
6d9902ca25
@ -33,7 +33,6 @@ using namespace OHOS::Rosen;
|
||||
std::map<std::string, std::string> Capture::ItemData()
|
||||
{
|
||||
std::map<std::string, std::string> result;
|
||||
int two = 2;
|
||||
const int two = 2;
|
||||
const int modResult = callNum % two;
|
||||
callNum++;
|
||||
|
Loading…
Reference in New Issue
Block a user