Skip to content

Commit 5f234f1

Browse files
Update README.md
1 parent 4218e5f commit 5f234f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Snippet
66

7-
`Snippet` is an extensible android library to measure execution times of the code sections in a way that does not compromise with the readability and can be shipped to production without any additional setup. New behaviours can be added in the library by extending Execution paths. 2 execution paths provided with the library are:
7+
`Snippet` is an extensible android library to measure execution times of the code sections in a way that does not compromise with the readability and can be shipped to production in a way that the measurement code will be a no-op, without any additional setup. New behaviours can be added in the library by extending Execution paths. 2 execution paths provided with the library are:
88
1. `MeasuredExecutionPath` - The code path the does the measurement code spans
99
2. `ReleaseExecutionPath` - A no-op path (default path) that is usually installed in the release variants.
1010

0 commit comments

Comments
 (0)