Skip to content

Commit b393748

Browse files
author
Vishal Ratna
committed
Commit README.md
1 parent 7df2e51 commit b393748

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
> ReleaseExecutionPath - A no-op path (default path) that is usually installed in the release variants.
1111
1212
# Features
13-
**1**. Easy to integrate and configure.
14-
**2**. Switch behavior depending on build type.
15-
**3**. Reduces boiler plate.
16-
**4**. Data reuse
17-
**5**. Makes PR reviews more quantitative
18-
**6**. APK size impact of 23KB
19-
**7**. Designed to be thread safe & null safe
20-
**8**. Rich API
21-
**9**. Fully documented, just run java docs!
13+
1. <b> Easy to integrate and configure </b>
14+
2. <b> Switch behavior depending on build type </b>
15+
3. <b> Reduces boiler plate </b>
16+
4. <b> Data reuse </b>
17+
5. <b> Makes PR reviews more quantitative </b>
18+
6. <b> APK size impact of 23KB </b>
19+
7. <b> Designed to be thread safe & null safe </b>
20+
8. <b> Rich API </b>
21+
9. <b> Fully documented, just run java docs! </b>
2222

2323
# Vocabulary
2424
1. <b> Capture </b> : Logical span of code. Can be contiguous or non-contiguous.
2525
2. <b> Splits </b> : Sections of code in b/w a capture, measures the delta from last split.
26-
3. <b> LogToken</b> : Tracks non contiguous captures.
26+
3. <b> LogToken</b> : Tracks noncontiguous captures.
2727
4. <b> Execution Path </b> : An abstraction to route the execution inside the library . Custom paths can be written for user additional add on functionalities and could be installed on different build versions.
2828
5. <b> Thread Locks </b> : Thread starting the measurement should end it.
2929

0 commit comments

Comments
 (0)