Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename block_cache_trace_analyzer_tool in CMakeLists #10814

Closed
wants to merge 3 commits into from

Conversation

Qiaolin-Yu
Copy link
Contributor

@Qiaolin-Yu Qiaolin-Yu commented Oct 13, 2022

Currently, the name of block_cache_trace_analyzer_tool in CMakeLists.txt is somewhat confusing.

Makefile

The same thing in Makefile is called block_cache_trace_analyzer.

block_cache_trace_analyzer: $(OBJ_DIR)/tools/block_cache_analyzer/block_cache_trace_analyzer_tool.o $(ANALYZE_OBJECTS) $(TOOLS_LIBRARY) $(LIBRARY)
	$(AM_LINK)

RocksDB Wiki

Also, in the Block-cache-analysis-and-simulation-tools of RocksDB Wiki, it is called block_cache_trace_analyzer too.
Screen Shot 2022-10-13 at 20 07 09

Therefore, I think maybe it's better to rename block_cache_trace_analyzer_tool to block_cache_trace_analyzer in CMakeLists.txt.

@facebook-github-bot
Copy link
Contributor

@jay-zhuang has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@Qiaolin-Yu has updated the pull request. You must reimport the pull request before landing.

@facebook-github-bot
Copy link
Contributor

@Qiaolin-Yu has updated the pull request. You must reimport the pull request before landing.

@facebook-github-bot
Copy link
Contributor

@jay-zhuang has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants