Skip to content

Commit 7365d5e

Browse files
Merge pull request #4 from microsoft/develop
[Documentation] Update the documentation for Snippet <end of description>
2 parents 2943b3d + 5348a27 commit 7365d5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 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

@@ -20,6 +20,7 @@
2020
7. Designed to be thread safe & null safe
2121
8. Rich API
2222
9. Fully documented, just run java docs!
23+
10. Thread safe
2324

2425
# Vocabulary
2526

0 commit comments

Comments
 (0)