Learn R Programming

profile

The goal of profile is to read and write files that contain run time profiling data. Currently, profile supports:

The data is available to the user for inspection and manipulation in a documented stable data format.

Installation

You can install profile from GitHub with:

Example

This simple example converts an .out file generated by Rprof() to the .proto format understood by pprof.


Code of Conduct

Please note that the profile project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Copy Link

Version

Install

install.packages('profile')

Monthly Downloads

250

Version

1.0.3

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Kirill M<c3><bc>ller

Last Published

August 22nd, 2022

Functions in profile (1.0.3)

profile-package

profile: Read, Manipulate, and Write Profiler Data
validate_profile

Definition of the profile data format
read_rprof

File I/O for profiler data