| Anonymous | Login | Signup for a new account | 2013-05-22 23:23 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
| 0005756 | OCaml | OCamlbuild (the tool) | public | 2012-09-04 02:10 | 2012-09-27 14:50 | ||||||
| Reporter | meyer | ||||||||||
| Assigned To | meyer | ||||||||||
| Priority | high | Severity | tweak | Reproducibility | always | ||||||
| Status | assigned | Resolution | open | ||||||||
| Platform | OS | OS Version | |||||||||
| Product Version | 4.00.0 | ||||||||||
| Target Version | 4.00.2+dev | Fixed in Version | |||||||||
| Summary | 0005756: ocamlbuild spends a lot of time logging | ||||||||||
| Description | It was shown by Ygrek in the parent issue that ocamlbuild spends too much time calling dprintf and performing IO. Perhaps we could disable logging in Solver.ml, functorize Solver and provide dummy functions if logging is disabled. | ||||||||||
| Tags | No tags attached. | ||||||||||
| Attached Files | |||||||||||
Relationships |
||||||
|
||||||
Notes |
|
|
(0008018) ygrek (reporter) 2012-09-04 10:37 |
AFAIK short of syntax extension the least awful way to do conditional logging is plain old `if` test - i.e. `if loglevel X then dprintf ...` |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-09-04 02:10 | meyer | New Issue | |
| 2012-09-04 02:10 | meyer | Status | new => assigned |
| 2012-09-04 02:10 | meyer | Assigned To | => meyer |
| 2012-09-04 02:11 | meyer | Relationship added | related to 0004934 |
| 2012-09-04 10:37 | ygrek | Note Added: 0008018 | |
| 2012-09-27 14:50 | doligez | Target Version | 4.00.1+dev => 4.00.2+dev |
| Copyright © 2000 - 2011 MantisBT Group |