Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder win32-1.10 Build #119

Results:

Build successful

SourceStamp:

Projectalliedmodders/amxmodx
Repositoryhttps://github.com/alliedmodders/amxmodx
Branchmaster
Revision8ee3da24cb811ca5c425bc4aec954eee22ca371d
Got Revision8ee3da24cb811ca5c425bc4aec954eee22ca371d
Changes1 change

BuildSlave:

win32

Reason:

The Scheduler scheduler named 'sched-master' triggered this build

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. bootstrap bootstrapped ( 2 secs )
    1. stdio
  3. build compiled ( 1 mins, 23 secs )
    1. stdio
  4. upload uploaded ( 2 secs )
    1. stdio
  5. symstore symstore ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir D:\builds\build-amxmodx\win32-1.10 slave
buildername win32-1.10 Builder
buildnumber 119 Build
codebase Build
got_revision 8ee3da24cb811ca5c425bc4aec954eee22ca371d Git
project alliedmodders/amxmodx Build
repository https://github.com/alliedmodders/amxmodx Build
revision 8ee3da24cb811ca5c425bc4aec954eee22ca371d Build
scheduler sched-master Scheduler
slavename win32 BuildSlave
workdir D:\builds\build-amxmodx\win32-1.10 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Unreal Karaulov

Timing:

StartSun Dec 5 18:39:51 2021
EndSun Dec 5 18:41:24 2021
Elapsed1 mins, 33 secs

All Changes:

:

  1. Change #1825

    Category None
    Changed by Unreal Karaulov <unrealkaraulovohnoyoudont@bk.ru>
    Changed at Sun 05 Dec 2021 18:38:49
    Repository https://github.com/alliedmodders/amxmodx
    Project alliedmodders/amxmodx
    Branch master
    Revision 8ee3da24cb811ca5c425bc4aec954eee22ca371d

    Comments

    Added new debug feature: Performance Monitor. (#1019)
    
    * Performance Monitor.
    
    Search big performance issues for any plugin that in debug mode. No server slow down.
    Output is plugin and function name, and server execution lag in ms. Output target: current amxlog file.
    
    * Adding cvar to enable perflog. Force for all plugin if amx_debug is 2.
    
    * Update cvar name
    
    * Use another clock from chrono
    
    * Fix debug check
    
    * Skip internal amxx exec
    
    * Move includes
    
    * Fix debug check in amx_ExecPerf
    
    * Tried to compile without min/max undefined

    Changed files

    • amxmodx/CForward.cpp
    • amxmodx/amx.cpp
    • amxmodx/amx.h
    • amxmodx/amxmodx.cpp
    • amxmodx/amxmodx.h
    • amxmodx/debugger.cpp
    • amxmodx/meta_api.cpp
    • amxmodx/modules.cpp
    • amxmodx/natives.cpp
    • configs/amxx.cfg
    • configs/cstrike/amxx.cfg
    • configs/ns/amxx.cfg