Giter VIP home page Giter VIP logo

microsoft / bperf Goto Github PK

View Code? Open in Web Editor NEW
73.0 1.9K 21.0 11.78 MB

BPerf is a Cloud Profiling system used by Bing.com based on CoreCLR Profiling APIs & Event Tracing for Windows.

License: MIT License

C++ 66.11% C 23.91% C# 4.58% JavaScript 0.10% HTML 0.11% CMake 1.97% Perl 0.10% Objective-C 0.01% Assembly 0.88% Batchfile 0.02% Shell 0.19% Makefile 0.30% M4 0.09% Roff 0.73% TeX 0.79% PowerShell 0.02% Python 0.01% Pawn 0.07%
profiler clr coreclr

bperf's Introduction

bperf's People

Contributors

microsoft-github-policy-service[bot] avatar mjsabby avatar rapottu avatar sudeepagarwal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bperf's Issues

Cannot compile

The solution references outdated libraries. Please make it compile with VS 2022.

1>C:\Program Files\dotnet\sdk\6.0.200\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(28,5): warning NETSDK1138: The target framework 'netcoreapp2.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
1>C:\Source\git\BPerf\WebViewer\SourceLink.targets(13,5): error MSB3073: The command "git merge-base --fork-point refs/remotes/origin/master HEAD" exited with code 1.

Can you provide a binary release of the project? If I would like to try things out that would be a big help.

Build bug: 'ICorProfilerCallback8': base class undefined

I cloned the repo and couldn't compile. The first error was the title (and another million followed, as is usually the case with these errors).

Now 'ICorProfilerCallback8' is only available in .net v4.7+, but for some reason, although I have .net v4.7+ installed, it can't find that base class.
The reason turned out to be that the project was including the profiling api headers of .net 4.6.1, because in my vs2017 cmd prompt, the environment variable 'NETFXSDKDir' was set to 'C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1'.
(this may be related to the following bug, but I'm not sure)

Anyway, for me, opening vs2017 dev cmd and running:
set NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.7\
and compiling from there, fixed that.

It might be a good idea to add this to the build instructions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.