question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Implement Profiling V2.

See original GitHub issue
{
  "selectedProfile": "Latest Release",
  "profiles": {
    "<random-guid:0>": {
      "type": "latest-release",
      "lastUsed": "1970-01-01T00:00:00.001Z"
    },
    "<random-guid:1>": {
      "type": "latest-snapshot",
      "lastUsed": "1970-01-01T00:00:00.000Z"
    },
    "FreeLauncher": {
      "name": "FreeLauncher",
      "type": "custom",
      "created": "2018-03-11T18:04:56.624Z",
      "lastUsed": "2018-03-11T18:05:24.153Z",
      "icon": "Wool",
      "lastVersionId": "latest-release",
      "gameDir": "C:/Users/Igor/AppData/Roaming/.minecraft"
    },
    "Latest Release": {
      "name": "Latest Release",
      "type": "custom",
      "created": "2018-03-11T18:04:56.624Z",
      "lastUsed": "1970-01-01T00:00:00.000Z",
      "lastVersionId": "latest-release"
    },
    "Latest Snapshot": {
      "name": "Latest Snapshot",
      "type": "custom",
      "created": "2018-03-11T18:04:56.624Z",
      "lastUsed": "1970-01-01T00:00:00.000Z",
      "lastVersionId": "18w10d"
    }
  },
  "settings": {
    "locale": "ru",
    "showMenu": true,
    "keepLauncherOpen": false,
    "showGameLog": false,
    "crashAssistance": false,
    "enableAnalytics": false,
    "enableHistorical": true,
    "enableSnapshots": true,
    "enableAdvanced": true
  },
  "launcherVersion": {
    "name": "2.0.1003",
    "format": 21,
    "profilesFormat": 2
  },
  "authenticationDatabase": {
    "<random-guid?:2>": {
      "accessToken": "<accessToken>",
      "username": "<Mojang username or legacy username>",
      "profiles": {
        "<UUID>": {
          "displayName": "dedepete"
        }
      }
    }
  },
  "selectedUser": {
    "account": "<random-guid?:2>",
    "profile": "<UUID>"
  },
  "analyticsToken": "f0ckth34n41ytics",
  "analyticsFailcount": 0,
  "clientToken": "<sessionToken?>"
}

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Xottab-DUTYcommented, Mar 12, 2018

Было бы неплохо вместе с этим сделать #30

0reactions
Xottab-DUTYcommented, Mar 12, 2018

@dedepete, много, однако. изменений…

Добавили аналитику

f0ckth34n41ytics. Да, надеюсь оно будет работать с вырезанной аналитикой =)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Building a Continuous Profiler Part 2: A Simple eBPF-Based ...
These are the main APIs we use to collect stack traces (and this is how the official BCC profiler works well). We won't,...
Read more >
ydataai/ydata-profiling: 1 Line of code data quality ...
Looking for a scalable solution that can fully integrate with your database systems? Leverage YData Fabric Data Catalog to connect to different databases ......
Read more >
Profiling in Tensorflow 2.x for efficient custom training loops
The main goal of this post was to use Tensorflow's inbuilt profiler to understand and fix any bottlenecks in our custom training loops....
Read more >
The Python Profilers — Python 3.11.4 documentation
Invoked as a script, the pstats module is a statistics browser for reading and examining profile dumps. It has a simple line-oriented interface...
Read more >
pandas-profiling
To continue profiling data use ydata-profiling instead! This repo implements the brownout strategy for deprecating the pandas-profiling package ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found