jferard / fastods

A very fast and lightweight (no dependency) library for creating ODS (Open Document Spreadsheet, mainly for Calc) files in Java. It's a Martin Schulz's SimpleODS fork
GNU General Public License v3.0
36 stars 6 forks source link

Add a smaller file generation for profiling #22

Closed jferard closed 7 years ago

jferard commented 7 years ago

When profiling all methods (including java. ...), the profiling is very slow and blocks on a weak laptop. Adding smaller and less greedy test would allow to do the profiling in that case.

jferard commented 7 years ago

Done