Changing the Display of Data
 
Viewing STL Datatypes
By default, TotalView transforms STL types. See C++ STL Type Transformations.
Changing Size and Precision
You can change the format that TotalView uses to display a variable’s value using one of a series of TV::data_format variables that control the precision for simple data types.
For example, you can set how many character positions a value uses when TotalView displays it and how many numbers to display to the right of the decimal place. You can also customize how to align the value and if numbers should be padded with zeros or spaces.
CLI: To obtain a list of variables that you can set, type “dset TV::data_format*”.
RELATED TOPICS 
 
Data format CLI variables