[ 源代码: ocamlviz ]
软件包:ocamlviz(1.01-6)
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
其他与 ocamlviz 有关的软件包
|
|
|
|
-
- dep: graphviz
- rich set of graph drawing tools
-
- dep: libc6 (>= 2.33)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libcairo2 (>= 1.2.4)
- Cairo 2D vector graphics library
-
- dep: libgdk-pixbuf-2.0-0 (>= 2.22.0)
- GDK Pixbuf library
-
- dep: libglib2.0-0 (>= 2.35.9)
- C 例程的 GLib 软件库
-
- dep: libgtk2.0-0 (>= 2.24.0)
- GTK graphical user interface library - old version
-
- dep: libpango-1.0-0 (>= 1.22.0)
- Layout and rendering of internationalized text
-
- rec: libocamlviz-ocaml-dev
- real-time profiling tools for Objective Caml (library)