blob: 5e945b232c4118beeb7fd00837f99c652843c867 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
/** \page Performance
\section secPerformance Performance
\subsection CB_MDCPerf Assessing HDF5 Metadata Cache Performance
\par Problem
You are trying to diagnose and improve the I/O performance of an application
and would like to understand if a simple metadata cache adjustment might
yield substantial performance gains
\par Solution
The to-the-point solution, i.e., the solution w/o any background or explanation
\par Discussion
A discussion of the fine points and variants of the solution
\par See Also
References to related recipes
*/
|