Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 727354 - dev-util/goland-2019.3.4 shows only "samples" metric when profiling
Summary: dev-util/goland-2019.3.4 shows only "samples" metric when profiling
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-06 20:55 UTC by Anton T
Modified: 2020-06-07 04:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton T 2020-06-06 20:55:19 UTC
Problem:

The version of goland which is currently available in portage(dev-util/goland-2019.3.4) during profiling shows only "samples" as a metric. There is no way to switch to "bytes" metric for memory profiler or for "nanoseconds" for cpu profiler. 

How to reproduce:
1) Run cpu or memory profiler in goland for any benchmark.
2) In a "Flame Graph" hover mouse over any call in the stack.

Solution:
 Newer version of goland(2020.1.3) has this problem solved
Comment 1 Anton T 2020-06-06 21:13:37 UTC
PR to fix it, somehow wasn't connected - https://github.com/gentoo/gentoo/pull/16096