Changing the Display of Data
 
Viewing STL Datatypes
By default, TotalView transforms STL types. If you do need to look at the untransformed data structures, use the CLI’s dset command to set the TV::ttf variable to false:
Following pointers in an STL data structure to retrieve values can be time-consuming. By default, TotalView only follows 500 pointers. You can change this by altering the value of the TV::ttf_ max_length variable.
RELATED TOPICS 
 
General information on creating custom type transformations
Transforming C++ types
“Displaying C++ Types” in the chapter “Examining and Editing Data and Program Elements” in the Classic TotalView User Guide
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