This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
09-05 07:57:26.025 12834-12885/org.libsdl.app I/SDL/APP: dt:5.001308 | |
09-05 07:57:26.025 12834-12885/org.libsdl.app I/SDL/APP: dt:10.499385 | |
09-05 07:57:26.025 12834-12885/org.libsdl.app I/SDL/APP: dt:6.703692 | |
09-05 07:57:26.025 12834-12885/org.libsdl.app I/SDL/APP: dt:34.239846 | |
09-05 07:57:26.025 12834-12885/org.libsdl.app I/SDL/APP: dt:8.834462 | |
09-05 07:57:26.025 12834-12885/org.libsdl.app I/SDL/APP: dt:7.660077 | |
09-05 07:57:26.025 12834-12885/org.libsdl.app I/SDL/APP: dt:8.012538 | |
09-05 07:57:26.025 12834-12885/org.libsdl.app I/SDL/APP: dt:18.289769 | |
09-05 07:57:26.025 12834-12885/org.libsdl.app I/SDL/APP: dt:19.981308 | |
09-05 07:57:26.025 12834-12885/org.libsdl.app I/SDL/APP: dt:14.445539 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
09-05 07:49:07.362 9245-9278/org.libsdl.app I/SDL/APP: dt:15.350616 | |
09-05 07:49:07.363 9245-9278/org.libsdl.app I/SDL/APP: dt:16.736384 | |
09-05 07:49:07.363 9245-9278/org.libsdl.app I/SDL/APP: dt:17.024924 | |
09-05 07:49:07.363 9245-9278/org.libsdl.app I/SDL/APP: dt:16.334692 | |
09-05 07:49:07.363 9245-9278/org.libsdl.app I/SDL/APP: dt:16.395154 | |
09-05 07:49:07.363 9245-9278/org.libsdl.app I/SDL/APP: dt:15.762230 | |
09-05 07:49:07.363 9245-9278/org.libsdl.app I/SDL/APP: dt:15.953308 | |
09-05 07:49:07.363 9245-9278/org.libsdl.app I/SDL/APP: dt:16.057923 | |
09-05 07:49:07.363 9245-9278/org.libsdl.app I/SDL/APP: dt:16.373539 | |
09-05 07:49:07.363 9245-9278/org.libsdl.app I/SDL/APP: dt:15.931000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
09-02 07:01:08.066 16992-17046/org.libsdl.app I/SDL/APP: dt:16.475615 | |
09-02 07:01:08.082 16992-17046/org.libsdl.app I/SDL/APP: dt:15.515462 | |
09-02 07:01:08.098 16992-17046/org.libsdl.app I/SDL/APP: dt:16.185923 | |
09-02 07:01:08.114 16992-17046/org.libsdl.app I/SDL/APP: dt:16.460461 | |
09-02 07:01:08.131 16992-17046/org.libsdl.app I/SDL/APP: dt:16.268385 | |
09-02 07:01:08.147 16992-17046/org.libsdl.app I/SDL/APP: dt:16.496923 | |
09-02 07:01:08.163 16992-17046/org.libsdl.app I/SDL/APP: dt:15.409385 | |
09-02 07:01:08.179 16992-17046/org.libsdl.app I/SDL/APP: dt:16.844692 | |
09-02 07:01:08.196 16992-17046/org.libsdl.app I/SDL/APP: dt:16.883077 | |
09-02 07:01:08.212 16992-17046/org.libsdl.app I/SDL/APP: dt:15.526231 |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
09-02 06:55:07.286 15412-15465/org.libsdl.app I/SDL/APP: dt:2.384000 | |
09-02 06:55:07.289 15412-15465/org.libsdl.app I/SDL/APP: dt:2.546538 | |
09-02 06:55:07.292 15412-15465/org.libsdl.app I/SDL/APP: dt:2.893923 | |
09-02 06:55:07.295 15412-15465/org.libsdl.app I/SDL/APP: dt:3.159846 | |
09-02 06:55:07.298 15412-15465/org.libsdl.app I/SDL/APP: dt:3.693539 | |
09-02 06:55:07.301 15412-15465/org.libsdl.app I/SDL/APP: dt:2.485000 | |
09-02 06:55:07.303 15412-15465/org.libsdl.app I/SDL/APP: dt:2.245615 | |
09-02 06:55:07.306 15412-15465/org.libsdl.app I/SDL/APP: dt:2.517692 | |
09-02 06:55:07.308 15412-15465/org.libsdl.app I/SDL/APP: dt:2.834154 | |
09-02 06:55:07.311 15412-15465/org.libsdl.app I/SDL/APP: dt:2.977693 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*This source code copyrighted by Lazy Foo' Productions (2004-2015) | |
and may not be redistributed without written permission.*/ | |
//Using SDL, SDL_image, standard IO, and strings | |
#include <SDL.h> | |
#include <SDL_image.h> | |
#include <string> | |
#include <vector> | |
#include <sstream> |