JUDGER_AND_CLIENT/测试记录.md

53 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 1.MSVC 一题 AC
从260MB左右开始浮动增加到310MB左右的时候停滞
![image-20240827135128660](C:\Users\tange\AppData\Roaming\Typora\typora-user-images\image-20240827135128660.png)
![image-20240827135139542](C:\Users\tange\AppData\Roaming\Typora\typora-user-images\image-20240827135139542.png)
另一题到350MB左右开始停滞
![image-20240827141637445](C:\Users\tange\AppData\Roaming\Typora\typora-user-images\image-20240827141637445.png)
清理缓存没有用
# 2.MINGW 一题AC
未发现内存泄漏刚开始判题略有增加到280MB左右停止后恢复到260MB左右稳定在260-280MB
![image-20240827135619879](C:\Users\tange\AppData\Roaming\Typora\typora-user-images\image-20240827135619879.png)
# 3.MINGW 一题CE
![image-20240827140028517](C:\Users\tange\AppData\Roaming\Typora\typora-user-images\image-20240827140028517.png)
某一题占用内存明显增加浮动在300MB上下但是不会一直增长.
### 另一题发现内存会一直增长直到400MB左右开始浮动**
![image-20240827140902341](C:\Users\tange\AppData\Roaming\Typora\typora-user-images\image-20240827140902341.png)
![image-20240827140909215](C:\Users\tange\AppData\Roaming\Typora\typora-user-images\image-20240827140909215.png)
![image-20240827140932364](C:\Users\tange\AppData\Roaming\Typora\typora-user-images\image-20240827140932364.png)
清理缓存并停止之后仍有380MB
# 4.MSVC 一题CE
内存浮动增加到310MB从260MB左右开始清理缓存后仍有290MB怀疑有内存泄漏
# 5.MINGW 一题WA
波动增长稳定在340MB
# 6.MSVC 一题WA