Skip to contents

Print file summary

Usage

pv_print_file_summary(x)

Arguments

x

A profvis object.

Value

Invisibly returns the file summary data frame.

Examples

p <- pv_example()
pv_print_file_summary(p)
#> ## FILE SUMMARY
#> 
#> 
#>     70 ms (100.0%)  example_code.R
#> 
#> ### Next steps
#> pv_source_context(p, "example_code.R")
#> pv_hot_lines(p)