Home
last modified time | relevance | path

Searched refs:memoryPerformanceFilePath (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DPrinterTimeAndmemUtils.spec.ts247 const memoryPerformanceFilePath = path.join(testCacheDir, 'memoryPerformanceData.json'); constant
256 if (fs.existsSync(memoryPerformanceFilePath)) {
257 fs.unlinkSync(memoryPerformanceFilePath);
277 if (fs.existsSync(memoryPerformanceFilePath)) {
278 fs.unlinkSync(memoryPerformanceFilePath);
288 expect(fs.existsSync(memoryPerformanceFilePath)).to.be.false;
313 expect(fs.existsSync(memoryPerformanceFilePath)).to.be.true;