supertuxkart / stk-code

The code base of supertuxkart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stats do not send CPU data.

vampy opened this issue · comments

The cpu page is empty because the JSON sent by STK has some missing fields:

  • x86_dcaches
  • x86_icaches
  • x86_tlbs
  • x86_vendor
  • x86_model
  • x86_family
  • cpu_identifier
  • cpu_frequency
  • cpu_numpackages
  • cpu_coresperpackage
  • cpu_logicalpercore
  • cpu_numcaches
  • cpu_pagesize
  • cpu_largepagesize
  • numa_numnodes
  • numa_factor
  • numa_interleaved

A sample data can be seen here.