MicroLauncher_Chapter_4_User_Options - LittleWhite-tb/microperf GitHub Wiki
Index Navigation
This chapter is part of the MicroLauncher Manual.
The previous chapter is Chapter 3: General Usage.
The next chapter is Chapter 5: Error Messages.
Options
There are currently many options to modify the default behavior of MicroLauncher. The current chapter presents each option and, when required, shows via an example what the option does. There are three option groups: kernel mode, stand-alone mode, and common options to both modes.
Section 1: Kernel Mode
Section 1: Kernel Mode shows the kernel mode options. Users choose the kernel mode when the microbenchmark program is in assembly form and need a launching framework to determine performance or energy consumption. In the kernel mode, MicroLauncher allocates the arrays, initializes them, and modifies the total number of iterations.
Section 2: Stand-Alone Mode
Section 2: Stand-Alone Mode is for users who have full programs they wish to test. MicroLauncher then serves as a launching framework for the program but does not handle data allocation or modify the number of iterations. The tool launches and measures the program with the chosen metric.
Section 3: Common Options
Section 3: Common Options explains the different options common to both modes. For example, common to both modes are the choice of the metric used or the amount of information MicroLauncher outputs.
Conclusion
Though MicroLauncher contains currently more than forty-five options, its use is relatively simple because they are all optional. A beginner user starts using MicroLauncher without any of the options then as the tool becomes more familiar, the user may start wanting to tweak the use and behavior of the tool.
Index Navigation
This chapter is part of the MicroLauncher Manual.
The previous chapter is Chapter 3: General Usage.
The next chapter is Chapter 5: Error Messages.