Skip to content

Commit

Permalink
[doc](readme): update links
Browse files Browse the repository at this point in the history
  • Loading branch information
xiyang.jia committed Nov 30, 2023
1 parent 7f9d8a5 commit 04491fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ pixi run all

## build system generator

1. ✅ cmake
1.[cmake](https://cmake.org)
2. ✅ using compile options `-Wall -Wextra -Werror`

## package management

1.[pixi](https://github.com/prefix-dev/pixi)
2.cfonts make task log more readble
2. ✅ make log more readble [cfonts](https://github.com/dominikwilkowski/cfonts)

## commit guidelines

Expand All @@ -50,22 +50,22 @@ pixi run all

## DCA(Dynamic Code Analysis)

1. ✅ asan
1.[asan](https://github.com/google/sanitizers)
- memcheck
- thread
2. ✅ valgrind
2.[valgrind](https://valgrind.org/)

## unit test

1. ✅ gtest
1.[gtest](https://github.com/google/googletest)

## coverage test

1.[gcovr](https://github.com/gcovr/gcovr)

## profiling

1. ✅ perf stat
1.[perf](https://perf.wiki.kernel.org)
2.[flamegraph](https://github.com/brendangregg/FlameGraph)
3.[gprof2dot](https://github.com/jrfonseca/gprof2dot)

Expand Down

0 comments on commit 04491fb

Please sign in to comment.