mirror of
https://github.com/cheatsnake/backend-cheats.git
synced 2024-11-28 04:31:15 +03:00
fix formatting
This commit is contained in:
parent
1d6f4ab0c5
commit
8bd27b42d3
@ -2472,8 +2472,8 @@
|
||||
- Когда этим нужно заниматься?
|
||||
> По мере потребности – когда есть явные проблемы или подозрения.
|
||||
- Какие конкретные инструменты для этого есть?
|
||||
> Для Python используется: [cProfile](https://docs.python.org/3/library/profile.html), [line_profiler](https://github.com/pyutils/line_profiler).
|
||||
> Для Node.js: [встроенный Profiler](https://nodejs.org/en/docs/guides/simple-profiling/), [Clinic.js](https://github.com/clinicjs/node-clinic), [модуль Trace events](https://nodejs.org/api/tracing.html).
|
||||
> Для Python используется: [cProfile](https://docs.python.org/3/library/profile.html), [line_profiler](https://github.com/pyutils/line_profiler). <br>
|
||||
> Для Node.js: [встроенный Profiler](https://nodejs.org/en/docs/guides/simple-profiling/), [Clinic.js](https://github.com/clinicjs/node-clinic), [модуль Trace events](https://nodejs.org/api/tracing.html). <br>
|
||||
> Для Go: [пакет runtime/pprof](https://go.dev/blog/pprof), [утилита trace](https://go.dev/doc/diagnostics#tracing).
|
||||
|
||||
<details>
|
||||
|
@ -2339,8 +2339,8 @@ Testing is the process of assessing that all parts of the program behave as expe
|
||||
- When should this be done?
|
||||
> As needed - when there are obvious problems or suspicions.
|
||||
- What specific tools are there for this?
|
||||
> For Python, use: [cProfile](https://docs.python.org/3/library/profile.html), [line_profiler](https://github.com/pyutils/line_profiler).
|
||||
> For Node.js: [built-in Profiler](https://nodejs.org/en/docs/guides/simple-profiling/), [Clinic.js](https://github.com/clinicjs/node-clinic), [Trace events module](https://nodejs.org/api/tracing.html).
|
||||
> For Python, use: [cProfile](https://docs.python.org/3/library/profile.html), [line_profiler](https://github.com/pyutils/line_profiler). <br>
|
||||
> For Node.js: [built-in Profiler](https://nodejs.org/en/docs/guides/simple-profiling/), [Clinic.js](https://github.com/clinicjs/node-clinic), [Trace events module](https://nodejs.org/api/tracing.html). <br>
|
||||
> For Go: [runtime/pprof](https://go.dev/blog/pprof), [trace utility](https://go.dev/doc/diagnostics#tracing).
|
||||
|
||||
<details>
|
||||
|
Loading…
Reference in New Issue
Block a user