Skip to content

Commit

Permalink
Updated write profiling docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbales2 committed Jan 18, 2021
1 parent d9f9262 commit c89115e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmdstan/write_profiling.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ namespace cmdstan {

/**
* Writes the data from the map of profiles in a CSV format
* to the supplied writer.
* to the output.
*
* @param writer object of a Stan writer class to write to.
* @param output stream to write output to
* @param p reference to the map of profiles
*/
void write_profiling(std::ostream& output, stan::math::profile_map& p) {
Expand Down

0 comments on commit c89115e

Please sign in to comment.