معرفی شرکت ها


golang-github-hodgesds-perf-utils-0.5.1-4.fc38.src.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Perf Utilities for Go
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 38
مخزن Fedora Everything i686
نام بسته golang-github-hodgesds-perf-utils
نام فایل بسته golang-github-hodgesds-perf-utils-0.5.1-4.fc38.src.rpm
نسخه بسته 0.5.1
انتشار بسته 4.fc38
معماری بسته i686
نگهدارنده -
تاریخ ساخت Thu 19 Jan 2023 11
هاست سازنده buildvm-x86-17.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/hodgesds/perf-utils
مجوز MIT
حجم دانلود 43K
حجم نصب 31.382K
This package is a go library for interacting with the perf subsystem in Linux. I had trouble finding a golang perf library so I decided to write this by using the linux’s perf as a reference. This library allows you to do things like see how many CPU instructions a function takes (roughly), profile a process for various hardware events, and other interesting things. Note that because the go scheduler can schedule a goroutine across many OS threads it becomes rather difficult to get an exact profile of an invididual goroutine. However, a few tricks can be used; first a call to runtime.LockOSThread to lock the current goroutine to an OS thread. Second a call to unix.SchedSetaffinity, with a CPU set mask set. Note that if the pid argument is set 0 the calling thread is used (the thread that was just locked). Before using this library you should probably read the perf_event_open man page which this library uses heavily. See this kernel guide for a tutorial how to use perf and some of the limitations.


جایگزین ها

بسته نسخه معماری مخزن
golang-github-hodgesds-perf-utils-devel-0.5.1-4.fc38.noarch.rpm 0.5.1 noarch Fedora Everything


نیازمندی

مقدار نام
- go-rpm-macros
- golang(golang.org/x/sys/unix)


ارائه دهنده

مقدار نام
= 0.5.1-4.fc38 golang-github-hodgesds-perf-utils-devel


نحوه نصب


نصب پکیج rpm golang-github-hodgesds-perf-utils:

    dnf install golang-github-hodgesds-perf-utils-0.5.1-4.fc38.src.rpm


فایل ها

مسیرها
golang-github-hodgesds-perf-utils.spec


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2023-01-19

Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

2022-07-21

Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

2022-01-20

Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

2022-01-14

Update to 0.5.1 Close: rhbz#2003873

2021-07-22

Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

2021-02-18

Initial package