Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
99 commits
Select commit Hold shift + click to select a range
dbb8b15
[llvm][lib]Propose a simple Telemetry framework.
oontvoo Aug 7, 2024
6e43f67
add header
oontvoo Aug 7, 2024
e25f5fc
fixed typo
oontvoo Aug 7, 2024
ad3906c
Merge branch 'llvm:main' into llvm_telemetry
oontvoo Aug 9, 2024
24d07d6
Merge branch 'llvm:main' into llvm_telemetry
oontvoo Aug 22, 2024
0057bcf
add tests and addressed review comments
oontvoo Aug 29, 2024
750e4ac
formatting changes
oontvoo Aug 29, 2024
1378ed4
more formatting
oontvoo Aug 29, 2024
02e750e
more formatting changes
oontvoo Aug 29, 2024
63e99fc
Added header comment to describe the package
oontvoo Aug 29, 2024
fa88512
reformat header
oontvoo Aug 29, 2024
0866f64
addressed review comments and added separate docs in llvm/docs/
oontvoo Sep 3, 2024
a8523f7
updated field names in tests
oontvoo Sep 4, 2024
47e8b06
reformated doc and added additional details
oontvoo Sep 4, 2024
690c6ab
fix formatting
oontvoo Sep 4, 2024
db668f4
details
oontvoo Sep 4, 2024
0290a14
formatted TelemetryTest.cpp
oontvoo Sep 4, 2024
14b5234
fix formatting in docs
oontvoo Sep 4, 2024
6ca87e5
convert comments to doxygen style
oontvoo Sep 4, 2024
4155add
fix doc toc
oontvoo Sep 4, 2024
11ead4a
group all the testing-params into a Context struct
oontvoo Sep 5, 2024
48228ee
fix conversion warnings
oontvoo Sep 5, 2024
ed8a3f1
Merge branch 'llvm:main' into llvm_telemetry
oontvoo Sep 5, 2024
990e1ca
finish up todos
oontvoo Sep 5, 2024
479cd13
reformat docs
oontvoo Sep 20, 2024
6d8aee2
Merge branch 'llvm:main' into llvm_telemetry
oontvoo Sep 24, 2024
3a17dbb
Update llvm/docs/Telemetry.rst
oontvoo Sep 24, 2024
a6a6c7b
Update llvm/docs/Telemetry.rst
oontvoo Sep 24, 2024
f30dec6
Update llvm/docs/Telemetry.rst
oontvoo Sep 24, 2024
fd3da20
Update llvm/include/llvm/Telemetry/Telemetry.h
oontvoo Sep 24, 2024
60616ef
Update llvm/unittests/Telemetry/TelemetryTest.cpp
oontvoo Sep 24, 2024
8c0ac5a
Update llvm/include/llvm/Telemetry/Telemetry.h
oontvoo Sep 24, 2024
c8be829
Update llvm/include/llvm/Telemetry/Telemetry.h
oontvoo Sep 24, 2024
1393c1f
Update llvm/docs/Telemetry.rst
oontvoo Sep 24, 2024
eb07577
Update llvm/docs/Telemetry.rst
oontvoo Sep 24, 2024
0376abc
fix comment
oontvoo Sep 24, 2024
e2f7c23
Update llvm/include/llvm/Telemetry/Telemetry.h
oontvoo Sep 24, 2024
17dfac7
Update llvm/docs/Telemetry.rst
oontvoo Sep 24, 2024
1ea0906
Update llvm/docs/Telemetry.rst
oontvoo Sep 24, 2024
39fd0e7
Update llvm/include/llvm/Telemetry/Telemetry.h
oontvoo Sep 24, 2024
67b7688
Addressed review comments: remove most of the member fields from Tele…
oontvoo Sep 24, 2024
efd25d8
use llvm::StringLiteral
oontvoo Sep 24, 2024
4a8276f
Addressed review comment:
oontvoo Sep 26, 2024
a16344b
pass test context as arg to ctor
oontvoo Sep 27, 2024
26ee5eb
construct expected json directly rather than parsing from strings
oontvoo Sep 30, 2024
b766e3c
remove unnecessary use of atomic seed
oontvoo Sep 30, 2024
c8cddab
addressed review comments
oontvoo Nov 21, 2024
5f8d65f
s/emitEntry/receiveEntry
oontvoo Nov 21, 2024
dffeacd
Addressed review comments:
oontvoo Nov 27, 2024
398ed3e
updated doc
oontvoo Nov 27, 2024
e462908
fix build warning
oontvoo Dec 4, 2024
df8a9af
more cleanup
oontvoo Dec 4, 2024
70f4742
spacing
oontvoo Dec 4, 2024
8eab77a
more docs
oontvoo Dec 4, 2024
f9e1a65
pass map arg as const ref
oontvoo Dec 9, 2024
2a1fbe5
Update llvm/docs/Telemetry.rst
oontvoo Dec 11, 2024
6e3a85d
Update llvm/docs/Telemetry.rst
oontvoo Dec 11, 2024
f9b1cce
addressed review comments
oontvoo Dec 11, 2024
0f38a74
Update llvm/docs/Telemetry.rst
oontvoo Dec 16, 2024
ad57099
Update llvm/docs/Telemetry.rst
oontvoo Dec 16, 2024
a2fcd4d
Update llvm/include/llvm/Telemetry/Telemetry.h
oontvoo Dec 16, 2024
628e7e9
Update llvm/include/llvm/Telemetry/Telemetry.h
oontvoo Dec 16, 2024
6ea4e92
Update llvm/docs/Telemetry.rst
oontvoo Dec 16, 2024
08cf32f
Update llvm/docs/Telemetry.rst
oontvoo Dec 16, 2024
3c52401
Update llvm/include/llvm/Telemetry/Telemetry.h
oontvoo Dec 16, 2024
07f06c0
Update llvm/include/llvm/Telemetry/Telemetry.h
oontvoo Dec 16, 2024
06e746e
addressed review comments:
oontvoo Dec 16, 2024
2476294
more styling fixe
oontvoo Dec 16, 2024
5ce406c
dest -> Dest
oontvoo Dec 16, 2024
fd57d06
fix caps
oontvoo Dec 16, 2024
a8a878b
Update llvm/docs/Telemetry.rst
oontvoo Dec 17, 2024
54eeaba
Update llvm/docs/Telemetry.rst
oontvoo Dec 17, 2024
32dfc6a
Update llvm/docs/Telemetry.rst
oontvoo Dec 17, 2024
0893c5b
Update llvm/docs/Telemetry.rst
oontvoo Dec 17, 2024
155f243
Update llvm/docs/Telemetry.rst
oontvoo Dec 17, 2024
b255e3a
Update llvm/docs/Telemetry.rst
oontvoo Dec 17, 2024
14d1c92
formatting
oontvoo Dec 17, 2024
bf2172d
update design chart
oontvoo Dec 17, 2024
c2dcb7d
replace write(std::map) with beginObject/endObject interface
oontvoo Dec 17, 2024
bbe9009
formatting
oontvoo Dec 17, 2024
e2036c6
Update llvm/include/llvm/Telemetry/Telemetry.h
oontvoo Dec 18, 2024
05947d5
Update llvm/docs/Telemetry.rst
oontvoo Dec 18, 2024
f1100bb
add helper write() that takes a map. also updated docs
oontvoo Dec 18, 2024
2f64b29
added additional overloads for int types
oontvoo Dec 18, 2024
a5df7a0
formatting
oontvoo Dec 18, 2024
585fee8
remove more unused headers
oontvoo Dec 18, 2024
3812cda
Update llvm/unittests/Telemetry/TelemetryTest.cpp
oontvoo Dec 19, 2024
0cdc240
Update llvm/unittests/Telemetry/TelemetryTest.cpp
oontvoo Dec 19, 2024
da8056f
Update llvm/unittests/Telemetry/TelemetryTest.cpp
oontvoo Dec 19, 2024
c116074
Update llvm/unittests/Telemetry/TelemetryTest.cpp
oontvoo Dec 19, 2024
a4e2799
Update llvm/unittests/Telemetry/TelemetryTest.cpp
oontvoo Dec 19, 2024
2763d46
Update llvm/unittests/Telemetry/TelemetryTest.cpp
oontvoo Dec 19, 2024
75c1b4b
addressed review comments
oontvoo Dec 19, 2024
9780ec7
Addressed review comments:
oontvoo Dec 19, 2024
4715743
Update llvm/lib/Telemetry/Telemetry.cpp
oontvoo Dec 20, 2024
d231bf2
Update llvm/include/llvm/Telemetry/Telemetry.h
oontvoo Dec 20, 2024
1941b1f
addressed review comments:
oontvoo Dec 20, 2024
bd3df5e
Add simple assert to make sure the map's key is string compat
oontvoo Dec 20, 2024
4351b94
Merge branch 'llvm:main' into llvm_telemetry
oontvoo Dec 20, 2024
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update llvm/docs/Telemetry.rst
Co-authored-by: Alina Sbirlea <alina.g.simion@gmail.com>
  • Loading branch information
oontvoo and alinas authored Sep 24, 2024
commit 17dfac7331e8993a621c7fd97112ff009b0496cb
2 changes: 1 addition & 1 deletion llvm/docs/Telemetry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ To use Telemetry in your tool, you need to provide a concrete implementation of
}
private:
void emitToAllDestinations(const TelemetryInfo* Entry) {
// Note: could do this in paralle, if needed.
// Note: could do this in parallel, if needed.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd suggest dropping this note: ultimately the end implementation will determine parallelism or not, and I think that's somewhat obvious, given that there isn't really any real upstream implementation involved here.

for (Destination* Dest : Destinations)
Dest->emitEntry(Entry);
}
Expand Down