Searched refs:libsize (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/tools/
H A Dlibsize.py7 # python libsize.py file.so save.txt -- displays the size of file.so and, if save.txt exists, compares it to the
11 sys.exit("Invalid arguments: usage: python libsize.py file.so save.txt")
19 libsize = os.path.getsize(lib) variable
21 print("------", os.path.basename(lib), "file size:", libsize, end='')
28 change = libsize - oldsize
37 sf.write(str(libsize))

Completed in 4 milliseconds