Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2021-06-04Sample time for hardware samples.Bartosz Taudul
2021-06-02Merge remote-tracking branch 'origin/master' into hwBartosz Taudul
2021-05-31Hide rpmalloc init behind thread local boolean.Bartosz Taudul
2021-05-31Check if rpmalloc has to be initialized before each operation.Bartosz Taudul
2021-05-31Move TracyYield.hpp to common.Bartosz Taudul
2021-05-24Move TracyStackFrames to common.Bartosz Taudul
2021-05-20Sample cache and branch stats.Bartosz Taudul
2021-05-20Reduce hardware sampling perdiod. Don't sample time.Bartosz Taudul
2021-05-19Don't send thread id for hw samples.Bartosz Taudul
2021-05-19Collect CPU cycles and instruction retirement events.Bartosz Taudul
2021-05-02Add D3D11 Gpu Context/ZoneHugo Amiard
2021-04-29Shuffle code around to avoid error C2712.Bartosz Taudul
2021-04-18Force inline LZ4_NbCommonBytes().Bartosz Taudul
2021-04-10PR feedbackjoshuakr
2021-02-04Last-resort source code transfer from client to server.Bartosz Taudul
2021-02-04Rename ParamPingback to more generic AckServerQueryNoop.Bartosz Taudul
2021-01-31Add GPU context name transfer to the protocol.Bartosz Taudul
2021-01-31Send executable mtime in welcome message.Bartosz Taudul
2021-01-27Arm macos uses arm64 as machine name.Bartosz Taudul
2021-01-27Strip release binaries built with clang.Bartosz Taudul
2021-01-26ARM clang doesn't support -march=native.Bartosz Taudul
2021-01-26Don't pass -s parameter to clang.Bartosz Taudul
2021-01-15Rename CallstackMemory to CallstackSerial.Bartosz Taudul
2021-01-15Add transient OpenGL zones.Bartosz Taudul
2020-12-16Bind only on IPv4, if restricted to localhost.Bartosz Taudul
2020-12-16Broadcast to localhost if listening only on localhost.Bartosz Taudul
2020-12-16Broadcast to the given address.Bartosz Taudul
2020-11-27Adding ZoneColor to set a dynamic color override to an existing zone.Ben Vanik
2020-11-16Wrap lz4 in tracy namespace, etc.Bartosz Taudul
2020-11-16Update lz4 to 1.9.3, without tracy-specific changes.Bartosz Taudul
2020-10-22Add tracy_realloc() function.Bartosz Taudul
2020-10-02Ports are uint16_t.Bartosz Taudul
2020-09-29Send callstacks before sending events they belong to.Bartosz Taudul
2020-09-24Add support for custom allocator tracking to client.Bartosz Taudul
2020-09-20Reduce broadcast message size by 4 bytes.Bartosz Taudul
2020-09-20Send signed active time in broadcast message.Bartosz Taudul
2020-09-20Don't block when polling for broadcast messages.Bartosz Taudul
2020-09-10Implement reading unknown lengths of data from socket.Bartosz Taudul
2020-09-10Allow issuing blocking connect calls on sockets.Bartosz Taudul
2020-09-06Cygwin uses BSD sockets API.Bartosz Taudul
2020-08-27Make TRACY_ONLY_IPV4 and TRACY_ONLY_LOCALHOST also settable with runtime env ...Graydon Hoare
2020-08-27Add support for TRACY_ONLY_IPV4 macro to exclude listening on IPv6Graydon Hoare
2020-08-16Allow disabling code transfer.Bartosz Taudul
2020-08-11Handle broken inet_ntop on old Windows SDKs.Bartosz Taudul
2020-08-04Merge pull request #83 from voysys/add-set-thread-name-to-c-apiBartosz Taudul
2020-08-04add set thread to c apiNiclas Olmenius
2020-07-31Factor out Unix build logic into shared files.Jim Blandy
2020-07-31Factor out makefile TBB detection, apply to all tools.Jim Blandy
2020-07-26No need for lean alloc srcloc zone begin messages.Bartosz Taudul
2020-07-26No need for lean callstack sample message.Bartosz Taudul