Giter Club home page Giter Club logo

sm-tick-precision's Introduction

features

creates four logfiles in sourcemod/logs/frametime

  • log 1. logs engine time differences per tick, every tick
  • log 2. logs engine time difference averages and standard deviation over 10 ticks
  • log 3. same as log 2 but 100 ticks
  • log 4. same as log 2 but 1000 ticks

note: ignore the first value of each logfile. first one is mega skewed

usage

  • sm_framelog prefix tickcount
  • prefix is the prefix to include in the logfile names
  • tickcount is for how many ticks you want to log (min: 1, max: 9999)

example: sm_framelog test 5000 will log 5000 ticks in 4 files with test in their name

cvars

generated in sourcemod/configs/frametime_deviation.cfg

// Enable frame time deviation logging for 1000 ticks
// -
// Default: "1"
sm_frametime_enable_1000_ticks "1"

// Enable frame time deviation logging for 100 ticks
// -
// Default: "1"
sm_frametime_enable_100_ticks "1"

// Enable frame time deviation logging for 10 ticks
// -
// Default: "1"
sm_frametime_enable_10_ticks "1"

// Enable frame time per tick logging
// -
// Default: "1"
sm_frametime_enable_per_tick "1"

sm-tick-precision's People

Contributors

followingthefasciaplane avatar

Watchers

 avatar

Forkers

pmarkive

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.