Skip to content

Commit

Permalink
More document fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ldowen committed Sep 25, 2024
1 parent db8dd97 commit a249a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer/dev/diagnostic_tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ Starting Caliper Manually
As mentioned above, Caliper (not an individual Caliper timer) is normally configured and started in ``commandLine()`` python routine. However, Caliper can be directly configured and started through the python interface, if desired. This can be done by putting the following into the python file:
::

caliper_config = "some_configuration,(output=some_filename.txt)"
caliper_config = "some_configuration(output=some_filename.txt)"
TimerMgr.add(caliper_config)
TimerMgr.start()

0 comments on commit a249a09

Please sign in to comment.