Replies: 2 comments 3 replies
-
|
Need a little more information... in your simulation do you have multiple clocks at different frequencies? Not sure it matters, but curious. Specifically, what I'm curious about is: does 1 tick == 1 ps? You can kinda debug this a bit but looking at the Scheduler's debug logs: WARNING: the log will get big fast. Might want to throw on a What you're looking for is a trigger event being scheduled. It should be called |
Beta Was this translation helpful? Give feedback.
-
|
Hmm... I'm having a tough time reproducing what you're seeing. I took the Build the example: cd build/example/SkeletonPipeline
makeCreate the input files: % cat > consumer_count.def
content:
report:
pattern: _global
def_file: simple_stats.yaml
dest_file: consumer_counts.csv
format: csv
trigger:
update-cycles: 1
<ctrl-D>
% cat simple_stats.yaml
content:
subreport:
content:
top.consumer.stats.num_consumed: num_consumed
<ctrl-D>Run it Look at the output: Even works for me if I change to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm stuck trying to collect counter values over a timeline — specifically, to trace a queue size as described in the documentation.
What kind of trigger should I use in report definition?
Even for the
I'm getting only a small number of samples. Specifically, I'm changing the counter value every tick — 20,000 times — but I only get about 170 samples with the default clock source in the model (1 GHz, I believe).
Beta Was this translation helpful? Give feedback.
All reactions