Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
4eccb98b
Commit
4eccb98b
authored
Jan 21, 2012
by
Davis King
Browse files
updated docs
parent
744b8011
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
docs/docs/other.xml
docs/docs/other.xml
+16
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+4
-0
No files found.
docs/docs/other.xml
View file @
4eccb98b
...
...
@@ -62,6 +62,7 @@
<item>
zero_extend_cast
</item>
<item>
make_mfp
</item>
<item>
TIME_THIS
</item>
<item>
timing
</item>
</section>
<section>
...
...
@@ -1051,6 +1052,21 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>
timing
</name>
<file>
dlib/timing.h
</file>
<spec_file>
dlib/timing.h
</spec_file>
<description>
This is a set of set of functions for timing blocks of code. Unlike
<a
href=
"#TIME_THIS"
>
TIME_THIS
</a>
, it can be used to find the cumulative
time spent on a block which is executed multiple times.
</description>
</component>
<!-- ************************************************************************* -->
...
...
docs/docs/term_index.xml
View file @
4eccb98b
...
...
@@ -488,6 +488,10 @@
<term
file=
"metaprogramming.html"
name=
"COMPILE_TIME_ASSERT"
/>
<term
file=
"metaprogramming.html"
name=
"DLIB_ASSERT_HAS_STANDARD_LAYOUT"
/>
<term
file=
"other.html"
name=
"TIME_THIS"
/>
<term
file=
"other.html"
name=
"timing"
/>
<term
file=
"other.html"
name=
"print"
/>
<term
file=
"other.html"
name=
"start"
/>
<term
file=
"other.html"
name=
"stop"
/>
<term
link=
"other.html#TIME_THIS"
name=
"TIME_THIS_TO"
/>
<term
file=
"metaprogramming.html"
name=
"_dT"
/>
<term
file=
"metaprogramming.html"
name=
"is_pointer_type"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment