tcl-testimonial
来自「一个用在mips体系结构中的操作系统」· 代码 · 共 21 行
TXT
21 行
SimOS is the world's fastest and most powerful computer systemsimulator, quickly executing commercial operating systems andapplications. As such, it is an excellent platform for operatingsystem development, architectural evaluation, and applicationperformance debugging. SimOS's greatest strength is that it cantrack, classify, and visualize every machine-level event that occursduring the execution of a workload, including cache misses, diskaccesses, exceptions, and instruction execution. The problem is that,without classification and processing, there is simply too much dataat too low of a level to be useful. We found Tcl to be the idealsolution to this problem!Using Tcl, we encourage users to customize their event classification,mapping these low-level events back to application-levelconstructs. Using Tk, the resulting information is presentedgraphically throughout the execution of the simulation, providingimmmediate feedback to the user. Tcl was simple to incorporate intoour existing code base, provides a flexible interface for simulatorcontrol, and is fast enough for the real-time processing of ourvoluminous data.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?