Today at 9:55 AM #1 V vt05 Newbie Joined Dec 2, 2024 Messages 2 Helped 0 Reputation 0 Reaction score 0 Trophy points 1 Activity points 11 I extracted a power report from primetime, but I want to extact also a powertrace report. Could someone knows the command for powertrace extraction?
I extracted a power report from primetime, but I want to extact also a powertrace report. Could someone knows the command for powertrace extraction?
Today at 12:21 PM #2 A aliarifat794 Full Member level 4 Joined Apr 26, 2024 Messages 194 Helped 1 Reputation 3 Reaction score 36 Trophy points 28 Activity points 999 You can specify the time range for which you want to report the power trace: Code: report_powertrace -start_time <start_time> -end_time <end_time> -file <filename>.txt Upvote 0 Downvote
You can specify the time range for which you want to report the power trace: Code: report_powertrace -start_time <start_time> -end_time <end_time> -file <filename>.txt
Today at 4:04 PM #3 V vt05 Newbie Joined Dec 2, 2024 Messages 2 Helped 0 Reputation 0 Reaction score 0 Trophy points 1 Activity points 11 Thank you for your reply. Is it needed to place also a command to enable this option? (something like set_power analysis options ... )? Upvote 0 Downvote
Thank you for your reply. Is it needed to place also a command to enable this option? (something like set_power analysis options ... )?