profiling
Here are 77 public repositories matching this topic...
Currently, the timings on node labels are shown like this: 0.1234
It's not immediately clear that that's in seconds. Can we add a " s" to the label? Or maybe even consider changing it to milliseconds and adding " ms".
I'm not familiar with all the input formats and if they have the timing information in seconds or not, but if it's just a matter of changing the label formatting, I'm happy t
-
Updated
Dec 6, 2018 - Python
Aggregating keys by pattern and type
Traceback (most recent call last):
File "/home/ubuntu/.local/bin/rma", line 11, in <module>
sys.exit(main())
File "/home/ubuntu/.local/lib/python3.5/site-packages/rma/cli/rma_cli.py", line 97, in main
app.run()
File "/home/ubuntu/.local/lib/python3.5/site-packages/rma/application.py", line 133, in run
keys = {k: self.get_pattern_ag
-
Updated
Nov 1, 2019 - Python
-
Updated
May 26, 2020 - Python
-
Updated
Jun 25, 2020 - Python
-
Updated
Apr 6, 2020 - Python
SQLAlchemy() allows construction without app set, waiting until a later init_app() call. We should test and document this case - it may mean instrument_sqlalchemy() shouldn't be called until after init_app().
https://flask-sqlalchemy.palletsprojects.com/en/2.x/api/#flask_sqlalchemy.SQLAlchemy
-
Updated
Jun 9, 2020 - Python
-
Updated
Feb 19, 2017 - Python
-
Updated
Nov 27, 2019 - Python
-
Updated
Jan 31, 2020 - Python
-
Updated
Nov 1, 2017 - Python
-
Updated
Feb 7, 2020 - Python
-
Updated
Jun 24, 2020 - Python
-
Updated
Nov 12, 2019 - Python
More documentation
Specifically,
- VCF content requirements (is partly implicitly there; I was only missing allowable SV-types)
- how-to for bypassing SV-calling and inserting existing SV calls
- how-to (sketch) for adding a new feature,
- rebalancing an existing one (?)
- format of the internal files (.txt) - compatible with other signature tools?
- runtime guesstimates
-
Updated
Jun 24, 2020 - Python
We plan to make a better documentation.
Improve this page
Add a description, image, and links to the profiling topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the profiling topic, visit your repo's landing page and select "manage topics."
Seems need change function clock on
time.perf_counter() or time.process_time()