diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-04 11:41:58 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:38 -0400 |
commit | 96684b72ca367bfd4dbe2e45a9a66c56204eb533 (patch) | |
tree | 3e218d1048d5941baa1d1064bc2539ef2df55a45 /src/TODO | |
parent | 93096b77f3c03b826c8857e4817ccd1bca52f9ee (diff) | |
download | fork-ledger-96684b72ca367bfd4dbe2e45a9a66c56204eb533.tar.gz fork-ledger-96684b72ca367bfd4dbe2e45a9a66c56204eb533.tar.bz2 fork-ledger-96684b72ca367bfd4dbe2e45a9a66c56204eb533.zip |
Added code for converting ledger::string and boost::date_time to their
respective Python counterparts.
Diffstat (limited to 'src/TODO')
-rw-r--r-- | src/TODO | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/TODO b/src/TODO new file mode 100644 index 00000000..5ad232dd --- /dev/null +++ b/src/TODO @@ -0,0 +1,3 @@ +- Add tracing code for functions that records call count and total + time spent, as well as average time per call. This would implement + selective profiling. |