mirror of
https://git.sfja.dk/Mikkel/slige.git
synced 2025-07-04 01:06:56 +01:00
Compare commits
No commits in common. "91c4ecf3c484ac1dd1e228c6a534f7def45b31b9" and "13c05ec30968c0d23f71e5626d8d72c35e36d174" have entirely different histories.
91c4ecf3c4
...
13c05ec309
35
README.md
35
README.md
@ -4,38 +4,3 @@
|
|||||||
>
|
>
|
||||||
> af en sådan art eller beskaffenhed som lige er eller vil blive antydet, nævnt eller omtalt ofte om noget foragtet eller ubehageligt[^[1]](<https://ordnet.dk/ddo/ordbog?query=slige&tab=for>)
|
> af en sådan art eller beskaffenhed som lige er eller vil blive antydet, nævnt eller omtalt ofte om noget foragtet eller ubehageligt[^[1]](<https://ordnet.dk/ddo/ordbog?query=slige&tab=for>)
|
||||||
|
|
||||||
A tool for developing high quality software.
|
|
||||||
|
|
||||||
Project includes: the slige-programming language, a compiler for slige, a runtime environment, a graphical fontend for code analysis
|
|
||||||
|
|
||||||
## Devtool
|
|
||||||
|
|
||||||
### Source code viewer
|
|
||||||
|
|
||||||
View program source code with syntax highlighting.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### Code coverage
|
|
||||||
|
|
||||||
View what parts of the program are executed what amount of times.
|
|
||||||
|
|
||||||
Includes 2 modes:
|
|
||||||
- **Performance view**: Used to locate *hot* sections in the program. The more *hot*, ie. the more times a section is executed, the more critical the section is for overall performance.
|
|
||||||
- **Test view**: Used to locate sections, that are not covered by tests. Automated tests are ineffective, if sections of the tested code, are not covered, ie. are never executed.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### Flame graph
|
|
||||||
|
|
||||||
A flame graph displays what functions' individual execution time make up the overall execution time.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 151 KiB |
Binary file not shown.
Before Width: | Height: | Size: 86 KiB |
Binary file not shown.
Before Width: | Height: | Size: 86 KiB |
Binary file not shown.
Before Width: | Height: | Size: 47 KiB |
Binary file not shown.
Before Width: | Height: | Size: 26 KiB |
Binary file not shown.
Before Width: | Height: | Size: 157 KiB |
Loading…
Reference in New Issue
Block a user