
SMT (System Macro Trace) is a debugging method that enables you to observe the operation of an entire system and software by graphing the processing time and execution history of function/thread/task.
Adopting multicore MPU or Android (Linux) makes software large and complex. You can shorten man-hour for test and bug fixing in those software by recording and analysing the software behavior by connecting the real machine.
[Features of SMT]
●Displays the execution history and processing time of function/thread/task as charts
●You can view the recorded data by focusing on the specified function/thread/task.
●Collects up to 30 minutes of execution logs
●You can analyze the collected data by another computer. (Be able to analyze the data without a target)
●Displays the execution time of function/thread/task and CPU usage rate
●Outputs the print statements rapidly by minimizing the delay in program
●Supports multicore (Up to 4 cores)
●Supports multi-OS/platform
・Linux/Android
・Windows Embedded Compact 7
・T-Kernel
・uITRON
●Interface which is connectable to various embedded devices
・SD card I/F
・Asynchronous BUS I/F
・GPIO/packet communication I/F
・USB device I/F