Tracers for CDT-Cloud #6
Replies: 4 comments 3 replies
-
Update: https://discourse.llvm.org/t/profiling-full-builds-with-ftime-trace-and-without-ninja/6050/3 |
Beta Was this translation helpful? Give feedback.
-
I have a code example: It iterates through a large array (Larger than the L2 cache on most CPUs) and shows the effects of memory thrashing. |
Beta Was this translation helpful? Give feedback.
-
Finally, I went ahead and coded an example application with a tracer built in... @sdirix could you tell me if the pi pico has built in cache? |
Beta Was this translation helpful? Give feedback.
-
According to the data sheet it has "External Quad-SPI Flash with eXecute In
Place (XIP) and 16kB on-chip cache". I'm not sure whether that matches the
assumptions of the posted code but I can certainly try. I'll check whether
I can manage to get this running on the Pico. Thanks!
…On Sat, Jan 14, 2023 at 5:30 AM Matthew Khouzam ***@***.***> wrote:
Finally, I went ahead and coded an example application with a tracer built
in... @sdirix <https://github.com/sdirix> could you tell me if the pi
pico has built in cache?
xyyx.zip
<https://github.com/eclipse-cdt-cloud/cdt-cloud/files/10416524/xyyx.zip>
This program has a simple tracer that I would like users to steal with
pride. ;)
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACEU3YFDWQRPO3FEEBXYSH3WSITVDANCNFSM5LBL2ZXA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
--
Stefan Dirix
Senior Software Architect
EclipseSource
Email: ***@***.***
Web: https://eclipsesource.com
EclipseSource GmbH
Messerschmittstrasse 4
80992 Muenchen
General Managers: Dr. Jonas Helming, Dr. Maximilian Koegel
Registered Office: Messerschmittstrasse 4, 80992 Muenchen,
Commercial Register Muenchen, HRB 191789
|
Beta Was this translation helpful? Give feedback.
-
In order to complete the developer loop, a tracer recommendation is needed to complete CDT.cloud's troubleshooting needs.
Here are some basic requirements to discuss.
Here is a rundown of some tracers on the market
Any thoughts on this?
Beta Was this translation helpful? Give feedback.
All reactions