Daniel Nichols commited on
Commit
63f2785
1 Parent(s): a1ad1c4

update documentation

Browse files
Files changed (1) hide show
  1. src/perfguru.py +2 -1
src/perfguru.py CHANGED
@@ -128,7 +128,8 @@ with gr.Blocks(css=".not-voted p { color: black; } .voted p { color: green; } .r
128
  gr.Markdown("""## Upload Code Files and Performance Profile
129
 
130
  You must upload at least one source code file to proceed. You can also upload a performance profile if you have one.
131
- Currently supported formats are HPCToolkit, CProfile, and Caliper.""")
 
132
  with gr.Row():
133
  code_files = gr.File(label="Upload Code File", file_count='multiple')
134
 
 
128
  gr.Markdown("""## Upload Code Files and Performance Profile
129
 
130
  You must upload at least one source code file to proceed. You can also upload a performance profile if you have one.
131
+ Currently supported formats are HPCToolkit, CProfile, and Caliper. CProfile and Caliper files can be uploaded directly.
132
+ HPCToolkit database directories should be zipped before uploading (i.e. `hpctoolkit-database.zip`).""")
133
  with gr.Row():
134
  code_files = gr.File(label="Upload Code File", file_count='multiple')
135