Go to main content
Oracle Developer Studio 12.6 Man Pages

Exit Print View

Updated: June 2017
 
 

er_html_columnsD (1)

Name

er_html_columnsD - post-process HTML data files from er_html

Synopsis

er_html_columnsD [-cc] [-cf] [-cm=string] [-i=filename] [-ncc] [-nfhdr]
     [-usage]

Description

The er_html_columnsD command post-processes HTML data files that are produced by the er_html utility to provide more flexible HTML output that can be customized on the fly or when invoked. The post-processing produces HTML files with embedded javascript that can be used in common web browsers.

Options

If invoked with no arguments, print a usage message.

–cc

Force compiler commentary to be included in the HTML page if it was present in the original input HTML filename.

–cf

Force compiler flags to be included at the end of the HTML page if they were present in the original input HTML file. Useful if the –ncc argument was used, as compiler flags are usually included if compiler commentary is present.

–cm=string

Specify which metric columns to process, for example, –cm=1,3,8.

This results in a "pre-formed" HTML page with no further column selection possible.

–i filename

Provide the input HTML filename. For example, -i=file.12.dis.html.

–ncc

Leave out compiler commentary if it was present in the original HTML, to produce significantly faster loading HTML pages.

–nfhdr

Do not generate "floating headers" in the HTML page.

–usage

Show a usage summary.

See Also

analyzer(1), collect(1), er_archive(1), er_cp(1), er_export(1), er_html(1), er_html_cols(1), er_html_columnsI(1), er_mv(1), er_print(1), er_rm(1), er_src(1), spot(1), spot_cmds(1), spot_cmds_timing(1), spot_diff(1)

Oracle Developer Studio 12.6: Performance Analyzer