FindHao / drgpu

A Top-Down Profiler for GPU Applications
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

How to generate btree_s.csv? #2

Closed Diksha-Moolchandani closed 6 months ago

Diksha-Moolchandani commented 7 months ago

The steps to generate btree_s.csv are unclear. I tried with the steps mentioned but it does not show "Source" in "View" tab. Still I export as csv and try to use it to generate the tree. However, it gives key error:

_raise KeyError(key) from err KeyError: 'stallbarrier'

Can you please help me with this issue?

FindHao commented 6 months ago

Sorry for the late reply. I just found your issue.

I tried with the steps mentioned but it does not show "Source" in "View" tab.

Have you compiled the btree via the makefile?

Diksha-Moolchandani commented 6 months ago

it is solved so I closed it. But I have another question.Will create new issue for that