Hi, I would like to create a program which uses Nsight Systems’ sqlite output file to generate some report about my deep learning job.
Some columns and tables are quite straight forward, but for some columns, I need brief explaination.
For example, I would like to get the pid and tid from globalTid in OSRT_API table.
and also I would like to know what eventClass is,
and so on.
So is there any kind of documentation for tables or columns in sqlite output?
Any reference will be fine, for example, comments in the source code maybe?
Hello, you can find more information about the SQLite export schema and format in the documentation/nsys-exporter directory of your nsys install directory.