Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在运行可执行文件时测量以下方面(编译 ac、c++ .... 代码后) - 使用的数据和指令缓存的大小(KB),或百分比 - CPU 使用百分比
使用以下命令获取可执行文件的大小。
size <executable file name> size a.out