Skip to content

Commit

Permalink
docs: added startup time to 'Are we tiny?' page
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Oct 10, 2024
1 parent 7b75520 commit cde7937
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions docs/arewetiny.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,36 +7,49 @@ Since it is built by a single developer, there are limits imposed to how large t

To that end, in this document we will present some statistics about the current state of the project, trying to be mindful to keep an eye on this page and make sure we are not growing too much.

Startup time
------------

.. command-output:: make bench-importtime
:cwd: ..
:ellipsis: 0,-10


Lines of code
-------------

LoC Core
********

.. command-output:: make -C .. cloc-core
.. command-output:: make cloc-core
:cwd: ..

LoC Tools
*********

.. command-output:: make -C .. cloc-tools
.. command-output:: make cloc-tools
:cwd: ..

LoC Server
***********

.. command-output:: make -C .. cloc-server
.. command-output:: make cloc-server
:cwd: ..

LoC Tests
**********

.. command-output:: make -C .. cloc-tests
.. command-output:: make cloc-tests
:cwd: ..

LoC Eval
********

.. command-output:: make -C .. cloc-eval
.. command-output:: make cloc-eval
:cwd: ..

LoC Total
*********

.. command-output:: make -C .. cloc-total
.. command-output:: make cloc-total
:cwd: ..

0 comments on commit cde7937

Please sign in to comment.