]> matita.cs.unibo.it Git - helm.git/commit
* basic infrastructure for collecting statistics
authorLuca Padovani <luca.padovani@unito.it>
Tue, 23 Nov 2004 13:38:52 +0000 (13:38 +0000)
committerLuca Padovani <luca.padovani@unito.it>
Tue, 23 Nov 2004 13:38:52 +0000 (13:38 +0000)
commita84be8db90f3f27148074c22d80b21a2dcf58576
tree6b298f1da4561e6d90494434ba32beabd0a9de0c
parent339504cd07bef1767536d6817953ba084e00855d
* basic infrastructure for collecting statistics
37 files changed:
helm/papers/use_case/stats/CANDIDATI [new file with mode: 0644]
helm/papers/use_case/stats/Makefile
helm/papers/use_case/stats/download_candidates.sh [new file with mode: 0755]
helm/papers/use_case/stats/download_candidates_c1.sh [new file with mode: 0755]
helm/papers/use_case/stats/extract.xsl [new file with mode: 0644]
helm/papers/use_case/stats/group.xsl [new file with mode: 0644]
helm/papers/use_case/stats/groups_dependent_depth.xsl [new file with mode: 0644]
helm/papers/use_case/stats/groups_dependent_size.xsl [new file with mode: 0644]
helm/papers/use_case/stats/mkdiff.cc [new file with mode: 0644]
helm/papers/use_case/stats/mkhtml.xsl
helm/papers/use_case/stats/parse/.cvsignore
helm/papers/use_case/stats/parse/DOMCount/.cvsignore [new file with mode: 0644]
helm/papers/use_case/stats/parse/DOMCount/DOMCount.cpp [new file with mode: 0644]
helm/papers/use_case/stats/parse/DOMCount/DOMCount.hpp [new file with mode: 0644]
helm/papers/use_case/stats/parse/DOMCount/Makefile [new file with mode: 0644]
helm/papers/use_case/stats/parse/DOMCount/Makefile.incl [new file with mode: 0644]
helm/papers/use_case/stats/parse/Makefile
helm/papers/use_case/stats/parse/SAX2Print/.cvsignore [new file with mode: 0644]
helm/papers/use_case/stats/parse/SAX2Print/Makefile [new file with mode: 0644]
helm/papers/use_case/stats/parse/SAX2Print/Makefile.incl [new file with mode: 0644]
helm/papers/use_case/stats/parse/SAX2Print/SAX2Print.cpp [new file with mode: 0644]
helm/papers/use_case/stats/parse/SAX2Print/SAX2Print.hpp [new file with mode: 0644]
helm/papers/use_case/stats/parse/SAX2Print/SAX2PrintHandlers.cpp [new file with mode: 0644]
helm/papers/use_case/stats/parse/SAX2Print/SAX2PrintHandlers.hpp [new file with mode: 0644]
helm/papers/use_case/stats/parse/parse_xmltree.c [new file with mode: 0644]
helm/papers/use_case/stats/parsing_time_expat.sh [new file with mode: 0755]
helm/papers/use_case/stats/parsing_time_libxml2_reader.sh [new file with mode: 0755]
helm/papers/use_case/stats/parsing_time_libxml2_sax2.sh [new file with mode: 0755]
helm/papers/use_case/stats/parsing_time_libxml2_tree.sh [new file with mode: 0755]
helm/papers/use_case/stats/parsing_time_xerces_sax2.sh [new file with mode: 0755]
helm/papers/use_case/stats/parsing_time_xerces_tree.sh [new file with mode: 0755]
helm/papers/use_case/stats/parsing_times.gpscript [new file with mode: 0644]
helm/papers/use_case/stats/parsing_times.sh [new file with mode: 0755]
helm/papers/use_case/stats/serialize_into_text.xsl [new file with mode: 0644]
helm/papers/use_case/stats/stats_candidates.sh [new file with mode: 0755]
helm/papers/use_case/stats/stats_candidates_c1.sh [new file with mode: 0755]
helm/papers/use_case/stats/validating_times.gpscript [new file with mode: 0644]