ocaml/man
Louis Gesbert 24e42d4d22 Add v=0x400 to OCAMLRUNPARAM to print more Gc stats on exit
In a format following that of Gc.print_stat. I chose to print only the "quick_stat"
values rather than call gc_ctrl.c::heap_stats because it's lighter, and the extra
information is typically not very useful at program exit.

Also adds documentation for the 0x400 flag (in man and Gc module)

This replaces the previous undocumented 0x400 that only displayed the
total (minwords + majwords - prowords) and with a different format,
since keeping both wouldn't provide more information.
2015-12-04 21:09:27 +09:00
..
Makefile fix some of the whitespace problems in the source 2014-04-12 10:17:02 +00:00
ocaml.m Update manpage 2014-12-13 22:36:00 +00:00
ocamlc.m merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16205) 2015-07-17 14:31:05 +00:00
ocamlcp.m remove all $Id keywords 2012-10-15 17:50:56 +00:00
ocamldebug.m PR#6267: more information printed by "bt" command of ocamldebug 2014-01-23 09:07:09 +00:00
ocamldep.m update documentation for ocamldep 2015-12-01 00:54:22 +09:00
ocamldoc.m merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev 15121) 2014-08-22 13:45:02 +00:00
ocamllex.m remove all $Id keywords 2012-10-15 17:50:56 +00:00
ocamlmktop.m PR#5928: Missing space between words in manual page for ocamlmktop 2013-02-26 10:36:33 +00:00
ocamlopt.m merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16205) 2015-07-17 14:31:05 +00:00
ocamlprof.m remove all $Id keywords 2012-10-15 17:50:56 +00:00
ocamlrun.m Add v=0x400 to OCAMLRUNPARAM to print more Gc stats on exit 2015-12-04 21:09:27 +09:00
ocamlyacc.m remove all $Id keywords 2012-10-15 17:50:56 +00:00