mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
add mem.max()
This commit is contained in:
parent
5fd452bdbd
commit
42e2f35b1f
@ -1,3 +1,6 @@
|
||||
import PikaStdLib
|
||||
|
||||
print('hello PikaScript!')
|
||||
print('hello PikaScript!')
|
||||
mem = PikaStdLib.MemChecker()
|
||||
print('mem used max:')
|
||||
mem.max()
|
||||
|
Loading…
x
Reference in New Issue
Block a user