Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
5a50567b
Commit
5a50567b
authored
2 years ago
by
David Bühler
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Devman: fixes a typo in the landmarks profiling section.
parent
bb6bf4c8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/developer/advance.tex
+2
-2
2 additions, 2 deletions
doc/developer/advance.tex
with
2 additions
and
2 deletions
doc/developer/advance.tex
+
2
−
2
View file @
5a50567b
...
...
@@ -827,7 +827,7 @@ Name & Expansion \\
\verb
|
frama-c
|
&
path to
\framac
executable
\\
\hline
\verb
|
PTEST_CONFIG
|
&
either the empty string or
\verb
|
_
|
followed by the
name of the current alternative configuration
name of the current alternative configuration
(see section~
\ref
{
ptests:structure
}
).
\\
\hline
\verb
|
PTEST_DIR
|
&
current test suite directory
\\
...
...
@@ -4211,7 +4211,7 @@ For quick usage of the library:
The easiest setup is
\texttt
{
OCAML
\_
LANDMARKS=auto
}
, which will instrument
everything and output timing information to
\texttt
{
stderr
}
after
program termination.
You can also use
\texttt
{
OCAML
\_
LANDMARKS=auto,
stdo
ut=landmarks.log
}
to
You can also use
\texttt
{
OCAML
\_
LANDMARKS=auto,
outp
ut=landmarks.log
}
to
output the timing information to file
\texttt
{
landmarks.log
}
.
\item
you can also run the instrumented
\framac
without installing it, via
\texttt
{
dune exec
}
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment