1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
Source: ocamlviz
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Mehdi Dogguy <mehdi@debian.org>
Build-Depends:
debhelper (>= 7.0.50),
autoconf,
automake,
ocaml-nox (>= 3.11.1),
ocaml-best-compilers,
camlp4-extra,
dh-ocaml (>= 0.9),
liblablgtk2-ocaml-dev,
libcairo-ocaml-dev
Build-Depends-Indep:
mlpost,
ocamlweb,
texlive-latex-extra
Standards-Version: 3.8.4
Homepage: http://ocamlviz.forge.ocamlcore.org/
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocamlviz.git
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocamlviz.git
Package: ocamlviz
Section: devel
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
${ocaml:Depends},
graphviz
Recommends:
libocamlviz-ocaml-dev
Description: real-time profiling tools for Objective Caml (clients)
Ocamlviz gives the ability to instrument an existing code, in real
time, with lightweight monitoring annotations. Ocamlviz can also be
used as a debugging tool.
.
Here are a few possibilities provided by Ocamlviz:
* observe details about the garbage collector
* observe how many times the program goes through a point
* make a set of values (any) and count its cardinal number and its
size in the heap
* observe how much time passed between two points of the program
* observe the value of integers, floating-point numbers, booleans
and strings
* observe details about hash tables, like the number of empty
buckets, or the filling rate
* etc
.
This package provides two sorts of client output:
* an ASCII client, the monitoring is displayed in a file
* a Graphical User Interface, using Lablgtk2, that allows, for
instance, displaying data in a graph
Package: libocamlviz-ocaml-dev
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
${ocaml:Depends},
ocamlviz
Recommends:
libocamlviz-ocaml-doc
Description: real-time profiling tools for Objective Caml (library)
Ocamlviz gives the ability to instrument an existing code, in real
time, with lightweight monitoring annotations. Ocamlviz can also be
used as a debugging tool.
.
Here are a few possibilities provided by Ocamlviz:
* observe details about the garbage collector
* observe how many times the program goes through a point
* make a set of values (any) and count its cardinal number and its
size in the heap
* observe how much time passed between two points of the program
* observe the value of integers, floating-point numbers, booleans
and strings
* observe details about hash tables, like the number of empty
buckets, or the filling rate
* etc
.
This package provides the Ocamlviz library.
Package: libocamlviz-ocaml-doc
Section: doc
Architecture: all
Depends:
${shlibs:Depends},
${misc:Depends}
Description: real-time profiling tools for Objective Caml (documentation)
Ocamlviz gives the ability to instrument an existing code, in real
time, with lightweight monitoring annotations. Ocamlviz can also be
used as a debugging tool.
.
Here are a few possibilities provided by Ocamlviz:
* observe details about the garbage collector
* observe how many times the program goes through a point
* make a set of values (any) and count its cardinal number and its
size in the heap
* observe how much time passed between two points of the program
* observe the value of integers, floating-point numbers, booleans
and strings
* observe details about hash tables, like the number of empty
buckets, or the filling rate
* etc
.
This package provides the API documentation of the Ocamlviz library
generated by ocamldoc out the source code.
|