-
We faced an issue when dbt-unit-testing package and Python models are used in one project.
The reason is ref macro we added for the package:
```
{% macro ref() %}
{{ return(dbt_unit_testing.ref…
-
```
Support for profiling Chrome/Chromium on Windows with SyzyProf was announced
here:
http://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/
70f4c6cbeccb539e
The Chromium…
-
I'm currently working on a live system (with low resources) and do profiling the code on a large dataset. This issue is just a reminder to review the cProfile results and optimize performance as soon …
-
Extremely slow Ga initialization in [`derivatives_in_elliptic_cylindrical_coordinates()`](https://github.com/pygae/galgebra/blob/15-print-pow/examples/LaTeX/curvi_linear_latex.py#L61)
```python
a …
-
I think the benchmark results would be more useful if we could see some basic analysis of the code under load. We could imagine summary tables, graphs, flame charts, whatever is needed to knock out th…
rmuir updated
4 months ago
-
Currently, JITaaS can make use of interpreter profiling information, but does not exploit JIT profiling or jProfiling. This item serves as a placeholder for a solution regarding the profiling story in…
-
Error:
level=error name=parca ts=2022-05-24T07:26:54.961974115Z caller=scrape.go:500 ... msg="WriteRaw failed for scraped profile" err="rpc error: code = Internal desc = **failed to insert profile: t…
-
**Is your feature request related to a problem? Please describe.**
First off, thanks for the great codebase and providing so many resources! I just wanted to provide some insight into an improvement …
-
**Is your feature request related to a problem? Please describe.**
I'm always frustrated when I want to profile a Go program and I have to use several manual steps.
**Describe the solution you'd l…
-
The goal here is to provide an easy-to-use, and simple to extend, system for profiling Zgoubi. This will make it easier for future developers to identify computational bottlenecks in the code.